Type Definition trust_dns_proto::openssl::TlsStream[][src]

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

A TlsStream counterpart to the TcpStream which embeds a secure TlsStream