syn::fold

Function fold_expr_range

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