Type Alias PlaceholderRegion

Source
pub type PlaceholderRegion = Placeholder<BoundRegion>;
Expand description

Aliased Type§

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

Fields§

§universe: usize§bound: BoundRegion