Trait raf::Tick [−][src]
pub trait Tick: 'static {
fn tick(&mut self);
}
Expand description
A value which can be mutably called by the scheduler.
pub trait Tick: 'static {
fn tick(&mut self);
}
A value which can be mutably called by the scheduler.