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

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

A Type definition for the TLS stream