Type Definition 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.
pub type ServerTlsStream<IO> = Stream<IO, ServerConnection>;
A wrapper around an underlying raw stream which implements the TLS protocol.