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