Alex Orlenko
|
95367855c1
|
Return AsyncCallFuture<R> instead of opaque impl Future from ObjectLike trait.
|
2025-07-12 15:30:58 +01:00 |
|
Alex Orlenko
|
7afbf74128
|
Add MaybeSend bound to async methods on ObjectLike trait (sealed)
|
2025-07-12 12:45:36 +01:00 |
|
Alex Orlenko
|
9f6c78532f
|
Move IntoLua/FromLua and IntoLuaMulti/FromLuaMulti to traits module
|
2024-10-07 10:32:50 +01:00 |
|
Alex Orlenko
|
04d8106676
|
Remove SubtypeId from AnyUserData and instead add Value::Other variant that will cover any unknown types (eg. LuaJIT CData)
|
2024-10-02 12:16:48 +01:00 |
|
Alex Orlenko
|
d6b27de34e
|
Optimize ObjectLike::to_string for tables and userdata
|
2024-08-30 22:55:53 +01:00 |
|
Alex Orlenko
|
4018a17e26
|
Combine TableExt and AnyUserDataExt traits into ObjectLike
|
2024-08-30 22:50:03 +01:00 |
|