Type Definition trust_dns_native_tls::tls_stream::TlsStream[][src]

type TlsStream<S> = TcpStream<AsyncIoTokioAsStd<TokioTlsStream<AsyncIoStdAsTokio<S>>>>;

A TlsStream counterpart to the TcpStream which embeds a secure TlsStream