Type Definition monoio_rustls::TlsStream

source ·
pub type TlsStream<IO> = Stream<IO, Connection>;
Expand description

A wrapper around an underlying raw stream which implements the TLS protocol.