syn::visit_mut

Function visit_binding_mut

source
pub fn visit_binding_mut<V>(v: &mut V, node: &mut Binding)
where V: VisitMut + ?Sized,