syn::fold

Function fold_ident

source
pub fn fold_ident<F>(f: &mut F, node: Ident) -> Ident
where F: Fold + ?Sized,