Trait ProtocolStore

Source
pub trait ProtocolStore:
    SessionStore
    + PreKeyStore
    + SignedPreKeyStore
    + KyberPreKeyStore
    + IdentityKeyStore { }
Expand description

Mixes in all the store interfaces defined in this module.

Implementors§