pub trait SecureChannelKeyExchanger: KeyExchanger + Send + Sync + 'static { }
Expand description

KeyExchanger with extra constraints

Implementors