Function syn::fold::fold_expr_const

source ·
pub fn fold_expr_const<F>(f: &mut F, node: ExprConst) -> ExprConstwhere
    F: Fold + ?Sized,
Available on crate feature fold only.