pub fn walk_except_handler<'a, V>(
visitor: &mut V,
except_handler: &'a ExceptHandler,
)where
V: StatementVisitor<'a> + ?Sized,pub fn walk_except_handler<'a, V>(
visitor: &mut V,
except_handler: &'a ExceptHandler,
)where
V: StatementVisitor<'a> + ?Sized,