Macro crabzilla::throw[][src]

macro_rules! throw {
    ($message : expr) => { ... };
}
Expand description

Throws an error with a custom message in an imported Rust function.