pub type AsyncTlsStream<S> = TlsStream<S>;
An async TLS stream
pub struct AsyncTlsStream<S> { /* private fields */ }