pub type ServerTlsStreamWriteHalf<IO> = WriteHalf<IO, ServerConnection>;
Expand description

TlsStream for write only.