Type Alias ServerTlsStreamWriteHalf

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

TlsStream for write only.

Aliased Type§

#[repr(transparent)]
pub struct ServerTlsStreamWriteHalf<IO>(pub Rc<UnsafeCell<Stream<IO, ServerConnection>>>);

Tuple Fields§

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