pub trait TlsAsyncStream:
AsyncRead
+ AsyncWrite
+ Unpin
+ AsRawFd { }Available on (crate features
direct-tls or starttls) and crate feature ktls only.Expand description
Trait alias for async streams that can be used with TLS.