Skip to main content

bail

Macro bail 

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

Early-returns with an Error::Other variant.

This macro accepts the same format arguments as format!.