pub type TokioTlsServerStream = TlsStream<TcpStream>;
Predefined type for abstracting the TlsServerStream with TokioTls
struct TokioTlsServerStream { /* private fields */ }