Function syn::fold::fold_ident

source ยท
pub fn fold_ident<F>(f: &mut F, node: Ident) -> Ident
where F: Fold + ?Sized,
Available on crate feature fold only.