Trait java_bindgen::exception::JavaCatchINI

source ·
pub trait JavaCatchINI<'local, T> {
    // Required method
    fn j_catch_ini(self, env: &mut JNIEnv<'local>, msg: &str) -> JResult<T>;
}

Required Methods§

source

fn j_catch_ini(self, env: &mut JNIEnv<'local>, msg: &str) -> JResult<T>

Implementations on Foreign Types§

source§

impl<'local, T> JavaCatchINI<'local, T> for Result<T, Error>

source§

fn j_catch_ini(self, env: &mut JNIEnv<'local>, msg: &str) -> JResult<T>

Implementors§