Trait sourceview5::prelude::TlsServerConnectionExt
source · pub trait TlsServerConnectionExt: IsA<TlsServerConnection> + Sealed + 'static {
// Provided methods
fn authentication_mode(&self) -> TlsAuthenticationMode { ... }
fn set_authentication_mode(
&self,
authentication_mode: TlsAuthenticationMode,
) { ... }
fn connect_authentication_mode_notify<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self) + 'static { ... }
}
Provided Methods§
fn authentication_mode(&self) -> TlsAuthenticationMode
fn set_authentication_mode(&self, authentication_mode: TlsAuthenticationMode)
fn connect_authentication_mode_notify<F>(&self, f: F) -> SignalHandlerId
Object Safety§
This trait is not object safe.