mozilla / uniffi-rs

a multi-language bindings generator for rust
https://mozilla.github.io/uniffi-rs/
Mozilla Public License 2.0
2.89k stars 232 forks source link

Add `Callable::ffi_func` #2293

Closed bendk closed 4 weeks ago

bendk commented 4 weeks ago

All the callable types implement this, so let's add it to the trait. I want to use this eventually for the Gecko JS bindings.