flapigen-rs icon indicating copy to clipboard operation
flapigen-rs copied to clipboard

Handle `#[derive(Copy)]` in Java/Jni case

Open Dushistov opened this issue 5 years ago • 0 comments

In this case if accept foreign class by value, it should be cloned, Option<foreign class> should not cause "stealing" of value, see also #168

Dushistov avatar Apr 23 '19 15:04 Dushistov