Type Alias 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ยง

pub struct ClientTlsStream<IO> { /* private fields */ }