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.