pub type StreamReceiver = Receiver<StreamEvent>;Expand description
Receiving half of a stream channel; drain this to observe a run in progress.
Aliased Typeยง
pub struct StreamReceiver { /* private fields */ }pub type StreamReceiver = Receiver<StreamEvent>;Receiving half of a stream channel; drain this to observe a run in progress.
pub struct StreamReceiver { /* private fields */ }