uniffi-rs
uniffi-rs copied to clipboard
Add Clone as a uniffi trait
Currently Debug, Display, Eq, Hash are supported.
This issue is to add a clone method could be exposed and called from the foreign side.
I think this should be distinct from the ffi_object_clone, which calls clone on the Arc<T>.