[][src]Macro mruby::unwrap_interpreter

macro_rules! unwrap_interpreter {
    ($mrb:expr) => { ... };
}

Extract an Mrb instance from the userdata on a sys::mrb_state.

If there is an error when extracting the Rust wrapper around the interpreter, return nil.

This macro is unsafe.