trust_dns_rustls

Type Alias TlsClientStream

Source
pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<TlsStream<AsyncIoStdAsTokio<S>>>>;
Expand description

Type of TlsClientStream used with Rustls

Aliased Typeยง

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