mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
3641c98959
Replace `IntoLua(Multi)` generic with positional arg (impl trait) where possible This allow to shorten syntax from `a.get::<_, T>` to `a.get::<T>`