rustc::ty::PolyProjectionPredicate
[−]
[src]
type PolyProjectionPredicate<'tcx> = Binder<ProjectionPredicate<'tcx>>;
Unstable (
rustc_private
)