pub type ClientStream<S> = Stream<S, TlsStream<S>>;
Expand description

Type alias for the stream type of the client_async() functions.