mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-08-12 06:24:44 +00:00
7 lines
225 B
Markdown
7 lines
225 B
Markdown
# Generics and Traits
|
|
Learning resources:
|
|
- English: [Rust Book 10.1, 10.2](https://doc.rust-lang.org/book/ch10-00-generics.html)
|
|
- 简体中文: [Rust语言圣经 - 模式匹配](https://course.rs/basic/trait/intro.html)
|
|
|
|
|