NativeTlsStream

Type Alias NativeTlsStream 

Source
pub type NativeTlsStream = TlsStream<TcpStream>;
Expand description

A TcpStream wrapped by native-tls

Aliased Typeยง

pub struct NativeTlsStream(/* private fields */);