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