Type Definition trust_dns_proto::native_tls::tls_stream::TlsStream[][src]

pub type TlsStream<S> = TcpStream<AsyncIoTokioAsStd<TokioTlsStream<AsyncIoStdAsTokio<S>>>>;
This is supported on crate feature dns-over-native-tls only.
Expand description

A TlsStream counterpart to the TcpStream which embeds a secure TlsStream