pub type ServerTlsStreamReadHalf<IO> = OwnedReadHalf<TlsStream<IO>>;
Expand description
TlsStream for read only.
Aliased Type§
pub struct ServerTlsStreamReadHalf<IO>(pub Rc<UnsafeCell<Stream<IO, ServerConnection>>>);
Tuple Fields§
§0: Rc<UnsafeCell<Stream<IO, ServerConnection>>>