pub trait TlsClientCtxConfig {
// Required method
fn dns_host_name(&self) -> &[u8];
}Expand description
Implement to provide configuration for the TLS Client Context
Required Methods§
Sourcefn dns_host_name(&self) -> &[u8]
fn dns_host_name(&self) -> &[u8]
Implement to provide indicative host name (SNI)