pub type SubWorldRefCell<'a, T> = SubWorldRaw<Ref<'a, World>, T>;
Expand description

Type alias for a subworld referencing the world by a std::cell::Ref