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
sourceimpl<'a, T> ContextBorrow<'a> for SubWorld<'a, T>
impl<'a, T> ContextBorrow<'a> for SubWorld<'a, T>
sourceimpl<T: Component> IntoBorrow for SubWorld<'_, T>
impl<T: Component> IntoBorrow for SubWorld<'_, T>
type Borrow = SubWorldBorrower<T>
type Borrow = SubWorldBorrower<T>
The borrow type