Type Definition trust_dns_native_tls::TlsStream[][src]

pub type TlsStream<S> = TcpStream<AsyncIoTokioAsStd<TlsStream<AsyncIoStdAsTokio<S>>>>;
Expand description

A TlsStream counterpart to the TcpStream which embeds a secure TlsStream