Type Alias matrix_sdk_crypto::store::DynCryptoStore
source · pub type DynCryptoStore = dyn CryptoStore<Error = CryptoStoreError>;
Expand description
A type-erased CryptoStore
.
pub type DynCryptoStore = dyn CryptoStore<Error = CryptoStoreError>;
A type-erased CryptoStore
.