Type Alias flatbox_ecs::SubWorldRefCell

source ·
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

Aliased Type§

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