PlaceholderConst

Type Alias PlaceholderConst 

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

Reflects [ty::PlaceholderConst]

Aliased Type§

pub struct PlaceholderConst {
    pub bound: usize,
}

Fields§

§bound: usize