[][src]Macro fehler_more::throw

macro_rules! throw {
    ($ err : expr) => { ... };
}

Throw an error.

This macro is equivalent to Err($err)?.