Function rustc_ast::visit::walk_where_predicate

source ·
pub fn walk_where_predicate<'a, V: Visitor<'a>>(
    visitor: &mut V,
    predicate: &'a WherePredicate
) -> V::Result