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

TlsStream for write only.

Aliased Type§

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

Fields§

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