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