Expand description

Rust types for working with Ruby Exceptions and other interrupts.

Enums

A Rust representation of a Ruby Exception or other interrupt.

The state of a call to Ruby exiting early, interrupting the normal flow of code.

Functions

Calls the given closure, rescuing Ruby Exceptions and returning them as an Error.