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
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.