pub type DirectTlsError = TlsConnectorError;
Available on crate feature
direct-tls
only.Expand description
Direct TLS ServerConnector Error - now just an alias to the common error type
Aliased Type§
pub enum DirectTlsError {
Tls(Error),
DnsNameError(InvalidDnsNameError),
KtlsError(Error),
}