pub type ClientTlsStreamReadHalf<IO> = ReadHalf<IO, ClientConnection>;
Expand description

TlsStream for read only.