You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since that trait is sealed, it would be nice and convenient to add an impl for it to Either if both sides implement it. That way, you could have a function that receives Either<Table, AnyUserData> and just use it normally, with a very high level API.
Later, you could implement Value::(as/is)_object_like() methods.
I would love to contribute this. What do you think?
The text was updated successfully, but these errors were encountered:
Since that trait is sealed, it would be nice and convenient to add an impl for it to
Either
if both sides implement it. That way, you could have a function that receivesEither<Table, AnyUserData>
and just use it normally, with a very high level API.Later, you could implement
Value::(as/is)_object_like()
methods.I would love to contribute this. What do you think?
The text was updated successfully, but these errors were encountered: