Function syn::fold::fold_expr_const

source ·
pub fn fold_expr_const<F>(f: &mut F, node: ExprConst) -> ExprConst
where F: Fold + ?Sized,