Trait ockam_channel::SecureChannelVault[][src]

pub trait SecureChannelVault: SymmetricVault + Clone + Send + 'static { }
Expand description

Vault with XX required functionality

Implementors

impl<D> SecureChannelVault for D where
    D: SymmetricVault + Clone + Send + 'static, 
[src]