pub type DynCryptoStore = dyn CryptoStore<Error = CryptoStoreError>;
A type-erased CryptoStore.
CryptoStore