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