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

Traits required for a Vault implementation suitable for use in a Profile

Implementors