pub trait ProtocolStore:
    SessionStore
    + PreKeyStore
    + SignedPreKeyStore
    + KyberPreKeyStore
    + IdentityKeyStore { }Expand description
Mixes in all the store interfaces defined in this module.
pub trait ProtocolStore:
    SessionStore
    + PreKeyStore
    + SignedPreKeyStore
    + KyberPreKeyStore
    + IdentityKeyStore { }Mixes in all the store interfaces defined in this module.