Type Definition trust_dns_openssl::TlsStream[][src]

type TlsStream<S> = TcpStream<AsyncIoTokioAsStd<TokioTlsStream<S>>>;

A TlsStream counterpart to the TcpStream which embeds a secure TlsStream