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

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