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

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

Implementors