Macro ees::bail[][src]

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

Construct an error on the fly, and immediately return from the current function