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

Add Clone as a uniffi trait

Open jhugman opened this issue 8 months ago • 1 comments

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>.

jhugman avatar Feb 06 '25 14:02 jhugman