pub type TokioTlsClientStream<S> = TlsStream<AsyncIoStdAsTokio<S>>;
Predefined type for abstracting the TlsClientStream with TokioTls
struct TokioTlsClientStream<S> { /* private fields */ }