pub type Tasks<H> = Vec<Box<dyn Task<H = H>>>;
Export useful types Type helper for tasks
pub struct Tasks<H> { /* private fields */ }