[][src]Function syn::fold::fold_item_mod

pub fn fold_item_mod<F: ?Sized>(f: &mut F, node: ItemMod) -> ItemMod where
    F: Fold