pub type ClientTlsStream<IO> = Stream<IO, ClientConnection>;
Expand description
A wrapper around an underlying raw stream which implements the TLS protocol.
Aliased Typeยง
pub struct ClientTlsStream<IO> { /* private fields */ }
pub type ClientTlsStream<IO> = Stream<IO, ClientConnection>;
A wrapper around an underlying raw stream which implements the TLS protocol.
pub struct ClientTlsStream<IO> { /* private fields */ }