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
{{ message }}
This repository was archived by the owner on Nov 12, 2023. It is now read-only.
My concern would be how to define in the e.g. Readable trait - should work with associated types I suppose, main unfortunate part is that associated types can't have defaults.
I'm not sure if this can work or not, but I wonder if it would be possible to do this kinda thing:
My concern would be how to define in the e.g.
Readabletrait - should work with associated types I suppose, main unfortunate part is that associated types can't have defaults.