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