cloneable_errors

Macro bail

Source
macro_rules! bail {
    ($($tok:tt)+) => { ... };
}
Expand description

Create a new ErrorContext stack and immediately return it as Result::Err