pub trait IncrementUpdateCounter {
    // Required method
    fn increment_update_counter(&mut self);
}

Required Methods§

Implementors§