pub trait TlsTransport: AsyncRead + AsyncWrite + Send + Unpin + 'static { }
The data stream that carries the encrypted TLS data. Typically this is a TCP stream.