Rust type system part 3 : Generic Container Types, Interior Mutability, and Concurrency
Mar 26, 2025 · 29 min read · Part 1 Part 2 Containers I call them Container Types, not Collection Types, because these types contain other types and provide specific capabilities to the types they encapsulate. Each container type has distinct capabilities, so we can combine them...
Join discussion




