tags
2 posts tagged here.
A Java developer's guide to Rust compile-time and runtime polymorphism using generics, traits, static dispatch, and dyn Trait.
Compile-time variation, static dispatch, and associated types explained using a SQL dialect use case.