Trait java_bindgen::j2r::IntoRustType
source · pub trait IntoRustType<'local, T> {
// Required method
fn into_rust(self, env: &mut JNIEnv<'local>) -> JResult<T>;
}
pub trait IntoRustType<'local, T> {
// Required method
fn into_rust(self, env: &mut JNIEnv<'local>) -> JResult<T>;
}