Function is_catching_unwind

Source
pub fn is_catching_unwind() -> bool
Expand description

Returns whether the current scope is under the context of catching unwind (by calling rw_catch_unwind).