pub trait IdentityVault: SecretVault + SecureChannelVault + Hasher + Signer + Verifier + AsyncTryClone + Send + 'static { }
Expand description

Traits required for a Vault implementation suitable for use in an Identity

Implementors