Trait matrix_sdk_crypto::store::IntoCryptoStore
source · [−]pub trait IntoCryptoStore { }Expand description
A type that can be type-erased into Arc<dyn CryptoStore>.
This trait is not meant to be implemented directly outside
matrix-sdk-crypto, but it is automatically implemented for everything that
implements CryptoStore.