Type Alias PlaceholderRegion
pub type PlaceholderRegion = Placeholder<BoundRegion>;Aliased Type§
pub struct PlaceholderRegion {
pub universe: UniverseIndex,
pub bound: BoundRegion,
}Fields§
§universe: UniverseIndex§bound: BoundRegion