Type Alias z4_engine::Tasks

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

Type helper for tasks

Aliased Type§

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