[Feature] Implement sol-types
traits in sol!
without tuples
#261
Labels
enhancement
New feature or request
sol-types
traits in sol!
without tuples
#261
Component
sol! macro
Describe the feature you would like
Currently we implement all traits by deferring everything to a tuple of the inner types (struct, function arguments and returns, etc.).
This is bad because it:
Additional context
No response
The text was updated successfully, but these errors were encountered: