goedelchen

u/goedelchen@mastodontech.de
0 posts · 1 comments

Recent posts

No posts.

Recent comments

on Inheritance in 🦀 · c/rust · 6 pts · 200d

@Ephera that feels wrong, somehow ...

You can have the thing you are dereferencing to be a trait, so you can change your "base class" at runtime.

At least, you can't have multiple inheritance with impl Deref (I hope / as far as I can see)