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