Type Alias TokioTlsServerStream

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

Predefined type for abstracting the TlsServerStream with TokioTls

Aliased Typeยง

pub struct TokioTlsServerStream { /* private fields */ }