ReportReading

Type Alias ReportReading 

Source
pub type ReportReading = Box<dyn Fn(Value) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;
Expand description

A function that drivers use to report updated values of a device.

Aliased Typeยง

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