Type Alias tcp_stream::NativeTlsStream

source ·
pub type NativeTlsStream = TlsStream<TcpStream>;
Expand description

A TcpStream wrapped by native-tls

Aliased Type§

struct NativeTlsStream(/* private fields */);