Type Alias TokioTlsClientStream

Source
pub type TokioTlsClientStream<S> = TlsStream<AsyncIoStdAsTokio<S>>;
Expand description

Predefined type for abstracting the TlsClientStream with TokioTls

Aliased Typeยง

pub struct TokioTlsClientStream<S> { /* private fields */ }