pub type TlsStream<S> = TcpStream<S>;
Predefined type for abstracting the base I/O TlsStream with TokioTls
struct TlsStream<S> { /* private fields */ }