pub trait StatusModifier: Send + Sync { // Required method fn modify(&self, status: &mut Status); }
StatusModifiers are used to modify the status
StatusModifier
Called after all registered sensors are read