pub trait FromRustToJava<'j, R> {
    fn rust_to_java(rust: R, _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

Implementors

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