Type Alias 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.

Aliased Type§

struct TlsStream<IO> { /* private fields */ }