Searched defs:fold_ident (Results 1 – 1 of 1) sorted by relevance
444 fn fold_ident(&mut self, i: proc_macro2::Ident) -> proc_macro2::Ident { in fold_ident() method2236 pub fn fold_ident<F>(f: &mut F, node: proc_macro2::Ident) -> proc_macro2::Ident in fold_ident() function