Macro bail

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

Constructs an Error with the given arguments and returns early with an Err result.