PlaceholderConst

Type Alias PlaceholderConst 

Source
pub type PlaceholderConst = Placeholder<BoundConst>;

Aliased Type§

pub struct PlaceholderConst {
    pub universe: UniverseIndex,
    pub bound: BoundConst,
}

Fields§

§universe: UniverseIndex§bound: BoundConst

Trait Implementations§

Source§

impl<'db> PlaceholderLike<DbInterner<'db>> for PlaceholderConst

Source§

type Bound = BoundConst

Source§

fn universe(self) -> UniverseIndex

Source§

fn var(self) -> BoundVar

Source§

fn with_updated_universe(self, ui: UniverseIndex) -> Self

Source§

fn new(ui: UniverseIndex, var: BoundConst) -> Self

Source§

fn new_anon(ui: UniverseIndex, var: BoundVar) -> Self