You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
1022 B

3 years ago
# F-难点索引
不可否认Rust难点很多而且知识点也很多随着时间的进行或多或少都会对一些难点逐渐模糊这些难点无法通过目录章节名进行索引因此集中放在此附录中进行索引方便读者朋友查阅。
3 years ago
| 难点及链接 | 简介 |
|----- | ------ |
| [?](../basic/result-error/result.md#传播界的大明星:) | 用于简化错误传播 |
| [()](../basic/base-type/function.md#无返回值) | 单元类型 |
3 years ago
| `!` : [1](../basic/base-type/function.md#永不返回的函数), [2](../advance/custom-type.md#!从不返回类型) | 永不返回 |
3 years ago
| [@](../basic/match-pattern/all-patterns.md#绑定) | 为一个字段绑定另外一个变量 |
| ['a: 'b](../advance/lifetime/advance.md#生命周期约束) | 生命周期约束 |