Macro bail

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

Exits a function early with an Error.