pub trait EmulatedFailure: Send {
    fn tick(&mut self) -> Option<i64>;
}

Required Methods

Implementors