pub type ServerTlsStreamReadHalf<IO> = ReadHalf<IO, ServerConnection>;
Expand description

TlsStream for read only.