rustc::ty::PolyOutlivesPredicate [] [src]

type PolyOutlivesPredicate<A, B> = Binder<OutlivesPredicate<A, B>>;
Unstable (rustc_private)