Function syn::fold::fold_item_static

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