4
neeno
3y

The lack of upcasting in Rust. Other than that I fucking love it.

Comments
  • 1
    Trait ≠ Class/Interface

    There's not much scope of providing inheritance heirarchy when the language explicitly opposes it.

    Most libraries that are built with derived trait paradigm do provide a base conversion function.

    However, if I remember correctly, Rust is seeing to implement type coersion, that pretty much does the same thing.
Add Comment