docs(generics): add bounds help

add help for bounds provided by the rust by example book
This commit is contained in:
Zerotask 2021-04-22 22:11:04 +02:00
parent afa661cff4
commit f253103a31
No known key found for this signature in database
GPG Key ID: 1C87F67E23FCB283

View File

@ -5,3 +5,4 @@ In this section you'll learn about saving yourself many lines of code with gener
### Book Sections ### 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)