Trait gio::prelude::TlsConnectionExtManual
source · pub trait TlsConnectionExtManual {
// Required method
fn channel_binding_data(
&self,
type_: TlsChannelBindingType
) -> Result<ByteArray, Error>;
}
Required Methods§
sourcefn channel_binding_data(
&self,
type_: TlsChannelBindingType
) -> Result<ByteArray, Error>
fn channel_binding_data( &self, type_: TlsChannelBindingType ) -> Result<ByteArray, Error>
Available on crate feature
v2_66
only.