pull/1524/head
Cosmos 1 week ago
parent c71a9c3ef2
commit 8fa6cc8f61

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

Loading…
Cancel
Save