Trait basic_scheduler::Eventer [] [src]

pub trait Eventer {
    fn execute(&mut self) -> Option<Duration>;
}

Required Methods

Implementors