n0_errorMacro bail_e
Source macro_rules! bail_e {
($($tt:tt)*) => { ... };
}
Expand description
Returns an error result by constructing an error 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.