syn::gen::visit

Function visit_local_init

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