add zh/method

This commit is contained in:
sunface
2022-03-03 16:33:10 +08:00
parent bd928764ab
commit 7ea642691e
4 changed files with 262 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
- [模式匹配](pattern-match/intro.md)
- [match, matches! 和 if let](pattern-match/match-iflet.md)
- [模式](pattern-match/patterns.md)
- [方法 Method todo](method.md)
- [方法和关联函数](method.md)
- [泛型和特征 todo](generics-traits/intro.md)
- [泛型 Generics](generics-traits/generics.md)
- [特征 Traits](generics-traits/traits.md)