Type Definition rustc_infer::infer::canonical::QueryOutlivesConstraint[][src]

pub type QueryOutlivesConstraint<'tcx> = Binder<'tcx, OutlivesPredicate<GenericArg<'tcx>, &'tcx RegionKind>>;