Rust's `where Self: Sized` now offers new flexibility for writing object-safe traits.| huonw.github.io
A short summary of the Sized trait and dynamically sized types in Rust.| huonw.github.io
An overview of so-called "object safety" in Rust, and why it is necessary for trait objects.| huonw.github.io