Macro easy_error::bail[][src]

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

Exits a function early with an Error.