Trait nimble_rust::AssentCallback

source ·
pub trait AssentCallback<CombinedStepT> {
    // Required method
    fn on_tick(&mut self, step: &CombinedStepT);

    // Provided methods
    fn on_pre_ticks(&mut self) { ... }
    fn on_post_ticks(&mut self) { ... }
}

Required Methods§

source

fn on_tick(&mut self, step: &CombinedStepT)

Provided Methods§

source

fn on_pre_ticks(&mut self)

source

fn on_post_ticks(&mut self)

Implementors§