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