trust_dns_rustls::tls_stream

Type Alias TokioTlsClientStream

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

Predefined type for abstracting the TlsClientStream with TokioTls

Aliased Typeยง

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