Function fold_ident

Source
pub fn fold_ident<F, T, T2>(folder: &mut F, node: Ident) -> Ident
where T: AstInfo, T2: AstInfo, F: Fold<T, T2> + ?Sized,