Type Definition despero_hecs_schedule::SubWorldRef

source ·
pub type SubWorldRef<'a, T> = SubWorldRaw<&'a World, T>;
Expand description

Type alias for a subworld referencing the world by a reference

Trait Implementations§

source§

impl<'a, 'b, T: ComponentBorrow, U: ComponentBorrow + Subset> From<&'b SubWorldRaw<AtomicRef<'a, World>, T>> for SubWorldRef<'b, U>

source§

fn from(subworld: &'b SubWorld<'a, T>) -> Self

Converts to this type from the input type.