tags

Traits

2 posts tagged here.

  1. Rust Static and Dynamic Dispatch

    A Java developer's guide to Rust compile-time and runtime polymorphism using generics, traits, static dispatch, and dyn Trait.

    • Rust
    • Java
    • Generics
  2. Understanding Rust Associated Types

    Compile-time variation, static dispatch, and associated types explained using a SQL dialect use case.

    • Rust
    • Java
    • Traits