pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<SslStream<AsyncIoStdAsTokio<S>>>>;
Expand description
A Type definition for the TLS stream
Aliased Typeยง
struct TlsClientStream<S> { /* private fields */ }
pub type TlsClientStream<S> = TcpClientStream<AsyncIoTokioAsStd<SslStream<AsyncIoStdAsTokio<S>>>>;
A Type definition for the TLS stream
struct TlsClientStream<S> { /* private fields */ }