syn::fold

Function fold_expr_box

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