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