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

type TlsClientStream = TcpClientStream<TokioTlsStream<TokioTcpStream>>;

A Type definition for the TLS stream

Methods

impl TlsClientStream
[src]

[src]

Creates a builder fo the construction of a TlsClientStream