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