Trait Timeout
ectool
pub trait Timeout { fn reset(&mut self); fn running(&self) -> bool; }
fn reset(&mut self)
fn running(&self) -> bool