8fa6cc8f61
c71a9c3ef2
@ -88,6 +88,7 @@ trait Container{
type B;
fn contains(&self, a: &Self::A, b: &Self::B) -> bool;
}
```
## 默认泛型类型参数