pub type ClientTlsStreamWriteHalf<IO> = OwnedWriteHalf<TlsStream<IO>>;
Expand description

TlsStream for write only.

Aliased Type§

struct ClientTlsStreamWriteHalf<IO>(pub Rc<UnsafeCell<Stream<IO, ClientConnection>>>);

Fields§

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