mito2::schedule::scheduler

Type Alias Job

Source
pub type Job = Pin<Box<dyn Future<Output = ()> + Send>>;

Aliased Typeยง

struct Job {}