pub type AsyncTlsStream<S> = TlsStream<S>;
A rustls client TLS stream wrapping an underlying async I/O stream S.
S
pub struct AsyncTlsStream<S> { /* private fields */ }