pub type PlaceholderRegion<I> = Placeholder<I, BoundRegion<I>>;Aliased Type§
pub struct PlaceholderRegion<I> {
pub universe: UniverseIndex,
pub bound: BoundRegion<I>,
/* private fields */
}Fields§
§universe: UniverseIndex§bound: BoundRegion<I>Layout§
Note: Encountered an error during type layout; the type failed to be normalized.