Type Definition monoio_rustls::ClientTlsStream
source · pub type ClientTlsStream<IO> = Stream<IO, ClientConnection>;
Expand description
A wrapper around an underlying raw stream which implements the TLS protocol.
pub type ClientTlsStream<IO> = Stream<IO, ClientConnection>;
A wrapper around an underlying raw stream which implements the TLS protocol.