mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 04:46:28 +00:00
Add `PolyExistentialPredicate` type alias
Wrapping `ExistentialPredicate`s in a binder is very common, and this alias already exists for the `PolyExistential{TraitRef,Projection}` types.