Type Definition tcp_stream::RustlsStream

source · []
pub type RustlsStream = TlsStream<TcpStream>;
Expand description

A TcpStream wrapped by rustls