Files
mlua-rs-mlua/tests
Alex Orlenko 27f91dfd1b Accept any error in Function::wrap/wrap_mut/wrap_async
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.
2026-04-18 16:01:35 +01:00
..
2026-03-01 16:40:19 +00:00
2026-01-17 13:26:13 +00:00
2025-08-24 11:29:01 +01:00
2025-10-04 09:52:23 +01:00
2024-09-20 13:01:55 +01:00
2026-03-08 00:06:18 +00:00
2026-01-29 23:03:56 +00:00
2026-01-29 18:45:41 +00:00
2026-01-17 13:26:13 +00:00
2026-01-29 18:45:41 +00:00
2025-09-12 11:49:37 +01:00
2026-02-12 16:20:51 +00:00
2026-02-22 19:52:57 +00:00