trifectatechfoundation/teach-rs

101-rs/slides /A3-traits-generics.md : ` impl std::ops::Add ` (2) : typo ?

Closed this issue · 1 comments

compilation of the example on the slide fails... line 6 : replacing "rhs : Self" with "rhs : u32" makes it work.

Thanks!