J
jeremy
Video
Associated Types vs Generic Traits for Rust Iterators
Rust traits can associate a type with an implementation either through a generic type parameter or through an associated type; this choice determines whether a type may implement the trait multiple t…