[][src]Function syn::fold::fold_item_const

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