60
Announcing Rust 1.86.0
(blog.rust-lang.org)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Thank you
So basically, it's like inheritance but for traits?
Exactly. The functions of the super trait are also required when implementing the child trait's functions, as you would expect from inheritance.