Skip to main content

ControlRead

Type Alias ControlRead 

Source
pub type ControlRead = Box<dyn AsyncRead + Send + Unpin>;
Expand description

The client’s read half — boxed so ONE ControlClient serves every transport (the platform socket/pipe via connect_control, or an embedder’s in-memory duplex via connect_control_io).

Aliased Type§

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