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

Type alias for a subworld referencing the world by a reference

Trait Implementations

Converts to this type from the input type.