Type Definition drmem_api::driver::ReportReading
source · pub type ReportReading<T> = Box<dyn Fn(T) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;
Expand description
A function that drivers use to report updated values of a device.