pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<TlsStream<AsyncIoStdAsTokio<S>>>>;Expand description
Type of TlsClientStream used with Rustls
Aliased Typeยง
pub struct TlsClientStream<S> { /* private fields */ }pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<TlsStream<AsyncIoStdAsTokio<S>>>>;Type of TlsClientStream used with Rustls
pub struct TlsClientStream<S> { /* private fields */ }