Type Definition trust_dns::tls::TlsClientStream [] [src]

type TlsClientStream = TcpClientStream<TokioTlsStream<TokioTcpStream>>;

A Type definition for the TLS stream