lance_jni::traits

Trait FromJString

Source
pub trait FromJString {
    // Required method
    fn extract(&self, env: &mut JNIEnv<'_>) -> Result<String>;
}

Required Methods§

Source

fn extract(&self, env: &mut JNIEnv<'_>) -> Result<String>

Implementations on Foreign Types§

Source§

impl FromJString for JString<'_>

Source§

fn extract(&self, env: &mut JNIEnv<'_>) -> Result<String>

Implementors§