mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 11:38:01 +00:00
This makes it possible to pass the `Impl` directly to functions, instead of having to pass each of the many fields one at a time. It also simplifies matches in many cases.