[][src]Macro fehler_more::ensure

macro_rules! ensure {
    ($cond:expr, $e:expr) => { ... };
    ($cond:expr, $fmt:expr, $($arg:tt)+) => { ... };
}

Exits a function early with an Exception if the condition is not satisfied.