These are raw notes taken at RustConf during the “Traits and Threads” workshop put on by Aaron Turon
All Exercises
Methods are function that accept self &self.items == &(self.items) where the borrow (&) is for the item, not for self. Structs have no default value, requires creating all values. mut as mute not like a mixed breed dog Abstraction: The Plan
Generics Traits As Interfaces For Code Resuse For Perator Overloading Trait Objects Traits are rusts interfaces.