rustc_ast::visit

Function walk_local

source
pub fn walk_local<'a, V: Visitor<'a>>(
    visitor: &mut V,
    local: &'a Local,
) -> V::Result