pub type EntityRef = Option<ErasedEntityHandle>;
An optional reference to an entity. None represents worldspawn.
None
pub enum EntityRef { None, Some(NonZero<u64>), }
No value.
Some value of type T.
T