Also trait inheritance exists, enforced via trait bounds, what Rust doesn't support is class inheritance.
Yes it does, if your concern is “how often do I encounter code where I can’t predict or control what it actually does on the hardware”.
Also trait inheritance exists, enforced via trait bounds, what Rust doesn't support is class inheritance.