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