Type Alias 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.
Aliased Type§
struct ClientTlsStream<IO> { /* private fields */ }