trust_dns_openssl

Type Alias TlsClientStream

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

A Type definition for the TLS stream

Aliased Typeยง

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