pub trait FromJavaToRust<'j, J: 'j> {
    fn java_to_rust(java: J, _env: JNIEnv<'j>) -> Self;
}

Required Methods

Implementations on Foreign Types

Rather than implementing any conversions, the ByteArrays allow present low level options to make the best decision for performance

Strings

Implementors

Rather than implementing any conversions, the ByteArrays allow present low level options to make the best decision for performance