Skip to main content

TlsStream

Type Alias TlsStream 

Source
pub type TlsStream = TlsStream<TcpStream>;
Available on crate feature tls only.
Expand description

Product TLS stream type (client half over TCP).

Aliased Typeยง

pub struct TlsStream { /* private fields */ }