Macro ffi_utils::jni_unwrap[][src]

macro_rules! jni_unwrap {
    ($res:expr) => { ... };
}

Unwraps the results and checks for Java exceptions. Required for exceptions pass-through (simplifies debugging).