pub fn fold_item_mod<F>(f: &mut F, node: ItemMod) -> ItemMod where
    F: Fold + ?Sized
Available on crate feature fold only.