Function rustdoc::clean::clean_type_outlives_predicate

source ·
fn clean_type_outlives_predicate<'tcx>(
    pred: Binder<'tcx, TypeOutlivesPredicate<'tcx>>,
    cx: &mut DocContext<'tcx>
) -> Option<WherePredicate>