Type Alias ServerTlsStream

Source
pub type ServerTlsStream<IO> = Stream<IO, ServerConnection>;
Expand description

A wrapper around an underlying raw stream which implements the TLS protocol.

Aliased Typeยง

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