Type Alias Tasks

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

Aliased Typeยง

struct Tasks { /* private fields */ }