Type Definition monoio_rustls::ServerTlsStreamReadHalf
source · pub type ServerTlsStreamReadHalf<IO> = OwnedReadHalf<TlsStream<IO>>;
Expand description
TlsStream for read only.
pub type ServerTlsStreamReadHalf<IO> = OwnedReadHalf<TlsStream<IO>>;
TlsStream for read only.