Type Definition trust_dns_rustls::tls_stream::TlsStream [] [src]

type TlsStream = TcpStream<TokioTlsStream<TokioTcpStream, ClientSession>>;