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