pub trait TlsConnectionExtManual {
    fn channel_binding_data(
        &self,
        type_: TlsChannelBindingType
    ) -> Result<ByteArray, Error>; }

Required methods

Implementors