Crate raise

source · []
Expand description

Poor man’s yeet keyword on stable.

Re-exports

pub use self::yeet as raise;
pub use self::yeet as throw;

Macros

The yeet macro. Does not work inside try blocks.

Traits

A trait for a return type that can be converted from a yeet!ed value.