Type Alias PlaceholderConst

Source
pub type PlaceholderConst = Placeholder<BoundVar>;
Expand description

Aliased Type§

pub struct PlaceholderConst {
    pub universe: usize,
    pub bound: usize,
}

Fields§

§universe: usize§bound: usize