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