pub type NativeTlsStream = TlsStream<TcpStream>;
A TcpStream wrapped by native-tls
TcpStream
pub struct NativeTlsStream(/* private fields */);