Function syn::fold::fold_item

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