Skip to main content

ControlWrite

Type Alias ControlWrite 

Source
pub type ControlWrite = Box<dyn AsyncWrite + Send + Unpin>;
Expand description

The client’s write half — see ControlRead.

Aliased Type§

pub struct ControlWrite(/* private fields */);