n0_errorMacro bail
Source macro_rules! bail {
($($tt:tt)*) => { ... };
}
Expand description
Returns an error result by constructing a StackError with e.
This macro accepts the same forms as e, but wraps the error into Err and
expands to returning the result from the current function.