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