[][src]Module show_notes::e024

Traits Deep Dive, Part 2

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

Point

A data structure which will implement std::ops::Add.

Script

e024: Traits Deep Dive, Part II

Traits

Eatable

Demonstrate a generic trait.

Functions

to_string_inline

Demonstrate the ability to take a trait constraint on a generic inline.

to_string_with_where

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