[][src]Type Definition jni_glue::Result

type Result<R> = Result<R, jthrowable>;

The result of calling a JNI function - either Ok(return_value) or Err(exception).