[][src]Macro easy_error::bail

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

Exits a function early with an Error.