Trait droid_wrap_utils::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§