trust_dns_openssl

Type Alias TlsStream

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

A TlsStream counterpart to the TcpStream which embeds a secure TlsStream

Aliased Typeยง

struct TlsStream<S> { /* private fields */ }