pub type ServerTlsStreamReadHalf<IO> = OwnedReadHalf<TlsStream<IO>>;
Expand description

TlsStream for read only.