pub trait ToJava { // Required method fn to_java<'a>(&self, env: &mut JNIEnv<'a>) -> JObject<'a>; }
Trait for types that can be converted to Java objects