[][src]Function syn::fold::fold_foreign_item

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