Type Definition rustc_middle::ty::PolyTypeOutlivesPredicate[][src]

pub type PolyTypeOutlivesPredicate<'tcx> = Binder<'tcx, TypeOutlivesPredicate<'tcx>>;

Trait Implementations