Skip to main content

ProtocolStore

Trait ProtocolStore 

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

Mixes in all the store interfaces defined in this module.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§