Skip to main content

SpaceRef

Type Alias SpaceRef 

Source
pub type SpaceRef<'ctx> = Identified<SpaceId, &'ctx Space>;

Aliased Type§

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

Fields§

§id: SpaceId§inner: &'ctx Space