[go: up one dir, main page]

pub fn visit_expr_match<'ast, V>(v: &mut V, node: &'ast ExprMatch) where
    V: Visit<'ast> + ?Sized
This is supported on crate feature visit only.