add code block ending ticks

pull/1521/head
Xiaoyi 2 months ago committed by GitHub
parent c71a9c3ef2
commit 68bb6969d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -88,7 +88,7 @@ trait Container{
type B;
fn contains(&self, a: &Self::A, b: &Self::B) -> bool;
}
```
## 默认泛型类型参数
当使用泛型类型参数时,可以为其指定一个默认的具体类型,例如标准库中的 `std::ops::Add` 特征:

Loading…
Cancel
Save