[][src]Function syn::visit::visit_expr_match

pub fn visit_expr_match<'ast, V: ?Sized>(v: &mut V, node: &'ast ExprMatch) where
    V: Visit<'ast>,