pub type ControlWrite = Box<dyn AsyncWrite + Send + Unpin>;Expand description
The client’s write half — see ControlRead.
Aliased Type§
pub struct ControlWrite(/* private fields */);pub type ControlWrite = Box<dyn AsyncWrite + Send + Unpin>;The client’s write half — see ControlRead.
pub struct ControlWrite(/* private fields */);