docs(generics): add bounds help

add help for bounds provided by the rust by example book
pull/721/head
Zerotask 3 years ago
parent afa661cff4
commit f253103a31
No known key found for this signature in database
GPG Key ID: 1C87F67E23FCB283

@ -4,4 +4,5 @@ In this section you'll learn about saving yourself many lines of code with gener
### Book Sections
- [Generic Data Types](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html)
- [Generic Data Types](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html)
- [Bounds](https://doc.rust-lang.org/rust-by-example/generics/bounds.html)

Loading…
Cancel
Save