pub type ClientTlsStreamWriteHalf<IO> = WriteHalf<IO, ClientConnection>;
Expand description

TlsStream for write only.