Type Definition tcp_stream::NativeTlsStream [−][src]
pub type NativeTlsStream = TlsStream<TcpStream>;
Expand description
A TcpStream wrapped by native-tls
pub type NativeTlsStream = TlsStream<TcpStream>;
A TcpStream wrapped by native-tls