SubWorldRef

Type Alias SubWorldRef 

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

Type alias for a subworld referencing the world by a reference

Aliased Type§

pub struct SubWorldRef<'a, T> { /* private fields */ }

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.