droid_wrap_utils

Trait ParseJObjectType

Source
pub trait ParseJObjectType<T: FromStr> {
    // Required method
    fn parse(&self, env: &mut JNIEnv<'_>) -> T
       where <T as FromStr>::Err: Debug;
}
Expand description

解析JObject类型。

Required Methods§

Source

fn parse(&self, env: &mut JNIEnv<'_>) -> T
where <T as FromStr>::Err: Debug,

Implementors§