Trait interval_task::runner::FnTaskWithHandle

source ·
pub trait FnTaskWithHandle {
    // Required method
    fn call(&self) -> bool;
}

Required Methods§

source

fn call(&self) -> bool

Implementors§