In this chapter, we have done the following:
- Looked at many different traits
- Examined the traits' specific meanings and how they interact with syntax of Rust
- Learned about the details of implementing the traits
- Learned how to easily derive traits that support that feature
We've reached the end of this quick start guide, but the journey is never over. Good luck on your next steps.