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.