From uniffi v0.31 is possible to implement methods also on `Record` and `Enum`., and export the `Ord` trait (https://github.com/rust-nostr/nostr-sdk-ffi/issues/21) Waiting for - https://github.com/NordSecurity/uniffi-bindgen-cs/issues/162 - https://github.com/gobley/gobley/issues/287
From uniffi v0.31 is possible to implement methods also on
RecordandEnum., and export theOrdtrait (#21)Waiting for