Tasks

Type Alias Tasks 

Source
pub type Tasks<H> = Vec<Box<dyn Task<H = H>>>;
Expand description

Export useful types Type helper for tasks

Aliased Typeยง

pub struct Tasks<H> { /* private fields */ }