Skip to main content

StreamReceiver

Type Alias StreamReceiver 

Source
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 */ }