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

Required Methods§

source

fn channel_binding_data( &self, type_: TlsChannelBindingType ) -> Result<ByteArray, Error>

Available on crate feature v2_66 only.

Implementors§