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

Type alias for a subworld referencing the world by a reference

Trait Implementations

Performs the conversion.