bail

Macro bail 

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

Bails with the given arguments.