[][src]Function syn::visit::visit_local

pub fn visit_local<'ast, V: ?Sized>(v: &mut V, node: &'ast Local) where
    V: Visit<'ast>,