Function syn::fold::fold_expr_lit

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