mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
27f91dfd1b
Previously wrapped functions were required to return `mlua::Result`. Now it's possible to wrap functions returning any errors as long as they implement `std::error::Error`. Existing code remains compatible with `mlua::Result` as this type is not converted to an external error.