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