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