Trait libsignal_protocol::ProtocolStore

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

Mixes in all the store interfaces defined in this module.

Implementors§