jhugman / uniffi-bindgen-react-native

A uniffi bindings generator for calling Rust from react-native
https://jhugman.github.io/uniffi-bindgen-react-native/
Other
52 stars 6 forks source link

Generate nested optionals avoiding degenerate case #152

Closed jhugman closed 3 weeks ago

jhugman commented 3 weeks ago

Option<Option<T>> used to generate T | undefined | undefined. This PR removes the second and subsequent | undefineds.