pub type OpenSslStream = SslStream<TcpStream>;
A TcpStream wrapped by openssl
TcpStream
struct OpenSslStream { /* private fields */ }