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

TlsStream for write only.