Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Efficient single inheritance with traits.
Efficient single inheritance via virtual structs and unification and nesting of structs and enums. In contrast to rust-lang#142, this RFC uses traits for virtual dispatch rather than a custom system around impls. The parts of the RFC about nested structs and enums are identical to rust-lang#142.
- Loading branch information