syn::gen::fold

Function fold_expr_match

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