Function rustdoc::clean::clean_where_predicate

source ·
fn clean_where_predicate<'tcx>(
    predicate: &WherePredicate<'tcx>,
    cx: &mut DocContext<'tcx>
) -> Option<WherePredicate>