pub type PlaceholderType = Placeholder<BoundTy>;
Reflects rustc_middle::ty::PlaceholderType
rustc_middle::ty::PlaceholderType
struct PlaceholderType { pub universe: usize, pub bound: BoundTy, }
universe: usize
bound: BoundTy