Trait ta::Reset[][src]

pub trait Reset {
    fn reset(&mut self);
}
Expand description

Resets an indicator to the initial state.

Required methods

Implementors