pub trait JavaCatchINI<'local, T> {
// Required method
fn j_catch_ini(self, env: &mut JNIEnv<'local>, msg: &str) -> JResult<T>;
}Required Methods§
fn j_catch_ini(self, env: &mut JNIEnv<'local>, msg: &str) -> JResult<T>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".