Type Definition trust_dns_openssl::TlsClientStream[][src]

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

A Type definition for the TLS stream