Trait sourceview5::prelude::TlsConnectionExtManual
source · pub trait TlsConnectionExtManual: Sealed + IsA<TlsConnection> {
// Provided methods
fn channel_binding_data(
&self,
type_: TlsChannelBindingType,
) -> Result<ByteArray, Error> { ... }
fn set_advertised_protocols(&self, protocols: impl IntoStrV) { ... }
}
Provided Methods§
fn channel_binding_data( &self, type_: TlsChannelBindingType, ) -> Result<ByteArray, Error>
fn set_advertised_protocols(&self, protocols: impl IntoStrV)
Object Safety§
This trait is not object safe.