pub trait TlsConnectionExtManual: 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)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.