syn::visit

Function visit_binding

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