syn::fold

Function fold_expr_const

Source
pub fn fold_expr_const<F>(f: &mut F, node: ExprConst) -> ExprConst
where F: Fold + ?Sized,
Available on crate features fold and full only.