Update src/basic/trait/advance-trait.md

pull/1489/head
Sunface 3 months ago committed by GitHub
parent 297cc2cce9
commit a92630d82e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,7 +89,6 @@ trait Container{
type B;
fn contains(&self, a: &Self::A, b: &Self::B) -> bool;
}
很多库里面都有这样的写法,大家别被绕晕
## 默认泛型类型参数

Loading…
Cancel
Save