Skip to main content

bail

Macro bail 

Source
macro_rules! bail {
    ($msg:literal) => { ... };
    ($err:expr) => { ... };
    ($fmt:literal, $($arg:tt)*) => { ... };
}
Expand description

Return early with an error.