pub type SpaceRef<'ctx> = Identified<SpaceId, &'ctx Space>;
pub struct SpaceRef<'ctx> { pub id: SpaceId, pub inner: &'ctx Space, }
id: SpaceId
inner: &'ctx Space