pub trait Reset { // Required method fn reset(&mut self); }
Resets an indicator to the initial state.