pub trait SecureChannelVault: SymmetricVault + XXVault + AsyncTryClone + Send + Sync + 'static { }
Expand description

Vault with XX required functionality

Implementors