With mlua, Result implements IntoLuaMulti (as long as the arguments implement IntoLua). However, that breaks with tealr since it doesn't implement ToTypename. And we can't implement it in a client crate, since we own neither the struct nor the trait.
Could you implement ToTypename for Result?
With
mlua,ResultimplementsIntoLuaMulti(as long as the arguments implementIntoLua). However, that breaks with tealr since it doesn't implementToTypename. And we can't implement it in a client crate, since we own neither the struct nor the trait.Could you implement
ToTypenameforResult?