Module show_notes::e024

source ·
Expand description

Traits Deep Dive, Part 2

  • Date: June 19, 2018
  • Subject: Operators as sugar for traits, traits as generic constraints, monomorphization, and universal and existential types.
  • Audio

§Show Notes

§Sponsors

(Thanks to the couple people donating who opted out of the reward tier, as well. You know who you are!)

§Become a sponsor

§Contact

Structs§

  • A data structure which will implement std::ops::Add.
  • e024: Traits Deep Dive, Part II

Traits§

  • Demonstrate a generic trait.

Functions§

  • Demonstrate the ability to take a trait constraint on a generic inline.
  • Demonstrate the ability to take a trait constraint on a generic with a where clause.