Function veloren_common_ecs::system::dispatch

source ยท
pub fn dispatch<'a, 'b, T>(
    builder: &mut DispatcherBuilder<'a, 'b>,
    dep: &[&str],
)
where T: for<'c> System<'c> + Send + 'a + Default,