6 ms·
Is that by design ? I am a novice at rust, but that is sort of how it feels. I could be missing something.
by pylua 2y ago
Is that by design ? I am a novice at rust, but that is sort of how it feels. I could be missing something.
- pornel 2y agoIt requires supporting higher-kinded types, and Rust was reluctant to add them (although it’s slowly getting there with higher kinded lifetimes and generic associated types).