pub type ClientTlsStreamWriteHalf<IO> = OwnedWriteHalf<TlsStream<IO>>;
Expand description

TlsStream for write only.