Type Alias interval_task::runner::TaskWithHandle
source · pub type TaskWithHandle = Box<dyn Send + FnMut() -> bool + 'static>;Aliased Type§
struct TaskWithHandle(/* private fields */);pub type TaskWithHandle = Box<dyn Send + FnMut() -> bool + 'static>;struct TaskWithHandle(/* private fields */);