Type Definition monoio_rustls::ServerTlsStreamWriteHalf
source · [−]pub type ServerTlsStreamWriteHalf<IO> = WriteHalf<IO, ServerConnection>;
Expand description
TlsStream for write only.
pub type ServerTlsStreamWriteHalf<IO> = WriteHalf<IO, ServerConnection>;
TlsStream for write only.