Only Bounds
Summary
A Rust language RFC discussion about the 'only' bounds, replacing ?Sized with a richer, multi-level hierarchy. It explains how the current Sized bound works by default, why ?Sized is limited, and how 'only' bounds can express explicit requirements while preserving future expansion. The post includes examples and speculative scenarios for evolving default bound families.