[][src]Macro easy_error::bail

macro_rules! bail {
    ($ctx:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}

Exits a function early with an Error.