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
There is some notable limitation to existing derive macro.
For exemple see wotstore were all its structure should be initiated by macro, but due to its parametric type its a dead end.
TODO look at custom_derive for things requiring composition such as KeyVal and KVStore.
The text was updated successfully, but these errors were encountered:
There is some notable limitation to existing derive macro.
For exemple see wotstore were all its structure should be initiated by macro, but due to its parametric type its a dead end.
TODO look at custom_derive for things requiring composition such as KeyVal and KVStore.
The text was updated successfully, but these errors were encountered: