Function syn::visit::visit_binding

source ·
pub fn visit_binding<'ast, V>(v: &mut V, node: &'ast Binding)where
    V: Visit<'ast> + ?Sized,