syn::gen::visit

Function visit_ident

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