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

TlsStream for read only.

Aliased Type§

struct ServerTlsStreamReadHalf<IO>(pub Rc<UnsafeCell<Stream<IO, ServerConnection>>>);

Fields§

§0: Rc<UnsafeCell<Stream<IO, ServerConnection>>>