Type Alias hax_frontend_exporter::PlaceholderRegion

source ·
pub type PlaceholderRegion = Placeholder<BoundRegion>;
Expand description

Aliased Type§

struct PlaceholderRegion {
    pub universe: usize,
    pub bound: BoundRegion,
}

Fields§

§universe: usize§bound: BoundRegion