Type Alias hax_frontend_exporter::PlaceholderConst

source ·
pub type PlaceholderConst = Placeholder<BoundVar>;
Expand description

Aliased Type§

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

Fields§

§universe: usize§bound: usize