v0.6.0
The cx.try_catch(..)
API has been updated to return T: Sized
instead of T: Value
(#631). This API is strictly more powerful and allows users to return both JavaScript and Rust values from try_catch
closures.
The cx.try_catch(..)
API has been updated to return T: Sized
instead of T: Value
(#631). This API is strictly more powerful and allows users to return both JavaScript and Rust values from try_catch
closures.