Type Definition rust_jni::JavaResult[][src]

type JavaResult<'env, T> = Result<T, Throwable<'env>>;

A type that represents a result of a Java method call. A Java method can either return a result or throw a Throwable.