Type Definition hecs_schedule::SubWorld

source · []
pub type SubWorld<'a, T> = SubWorldRaw<AtomicRef<'a, World>, T>;
Expand description

Type alias for a subworld referencing the world by an atomic_refcell::AtomicRef. Most common for schedules

Trait Implementations

The resulting type after borrowing from context

Borrow type from context

The borrow type