Type Alias hir_def::StaticLoc

source ·
pub type StaticLoc = AssocItemLoc<Static>;

Aliased Type§

struct StaticLoc {
    pub container: ItemContainerId,
    pub id: ItemTreeId<Static>,
}

Fields§

§container: ItemContainerId§id: ItemTreeId<Static>

Trait Implementations§

source§

impl Intern for StaticLoc

source§

type Database<'db> = dyn DefDatabase + 'db

source§

type ID = StaticId

source§

fn intern(self, db: &Self::Database<'_>) -> StaticId

source§

impl ItemTreeLoc for StaticLoc

source§

impl InternValueTrivial for StaticLoc