Trait 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§