pub type TokioTlsClientStream<S> = TlsStream<AsyncIoStdAsTokio<S>>;
Available on crate feature dns-over-rustls only.
Expand description

Predefined type for abstracting the TlsClientStream with TokioTls