pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<TlsStream<AsyncIoStdAsTokio<S>>>>;
Expand description
TlsClientStream secure DNS over TCP stream
See TlsClientStreamBuilder::new()
Aliased Typeยง
struct TlsClientStream<S> { /* private fields */ }