mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
844e3fb928
Add `PolyExistentialPredicate` type alias
Wrapping `ExistentialPredicate`s in a binder is very common, and this alias already exists for the `PolyExistential{TraitRef,Projection}` types.