Skip to main content

UpdatesStream

Type Alias UpdatesStream 

Source
pub type UpdatesStream = Pin<Box<dyn Stream<Item = StateChange> + Send>>;
Expand description

The sensor feed of a Hal: an owned stream of the changes the hardware reports. The stream ending means the hardware feed is gone.

Aliased Typeยง

pub struct UpdatesStream { /* private fields */ }