Skip to main content

PlaceholderConst

Type Alias PlaceholderConst 

Source
pub type PlaceholderConst<'db> = PlaceholderConst<DbInterner<'db>>;

Aliased Type§

pub struct PlaceholderConst<'db> {
    pub universe: UniverseIndex,
    pub bound: BoundConst<DbInterner<'db>>,
    /* private fields */
}

Fields§

§universe: UniverseIndex§bound: BoundConst<DbInterner<'db>>