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

pub type TypeOutlivesPredicate<'tcx> = OutlivesPredicate<Ty<'tcx>, Region<'tcx>>;