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

Required Methods§

Implementors§