trust_dns_rustls

Type Alias TlsStream

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

Predefined type for abstracting the base I/O TlsStream with TokioTls

Aliased Typeยง

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