Type Definition trust_dns_openssl::TlsStream
[−]
[src]
type TlsStream = TcpStream<TokioTlsStream<TokioTcpStream>>;
A TlsStream counterpart to the TcpStream which embeds a secure TlsStream