pub type PlaceholderRegion = Placeholder<BoundRegion>;
Expand description
Reflects ty::PlaceholderRegion
Aliased Type§
struct PlaceholderRegion {
pub universe: usize,
pub bound: BoundRegion,
}
Fields§
§universe: usize
§bound: BoundRegion
pub type PlaceholderRegion = Placeholder<BoundRegion>;
Reflects ty::PlaceholderRegion
struct PlaceholderRegion {
pub universe: usize,
pub bound: BoundRegion,
}
universe: usize
§bound: BoundRegion