Function syn::fold::fold_ident

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