trust_dns_rustls::tls_stream

Type Alias TokioTlsServerStream

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

Predefined type for abstracting the TlsServerStream with TokioTls

Aliased Typeยง

struct TokioTlsServerStream { /* private fields */ }