add zh/advanced-traits.md

This commit is contained in:
sunface
2022-03-08 17:15:53 +08:00
parent 73a6e5f537
commit 2048a2cfc6
2 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ Using of `Address` is much more clearable and convenient than `AsRef<[u8]> + Clo
struct Container(i32, i32);
// USING associated types to re-implement trait Contains.
// trait Container {
// trait Contains {
// type A;
// type B;