From 6a7dadb7612173cd88384b6806e98854c3d0bedd Mon Sep 17 00:00:00 2001 From: donjuanplatinum <113148619+donjuanplatinum@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:23:15 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0SelfTy=E5=85=B3=E9=94=AE?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/appendix/keywords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appendix/keywords.md b/src/appendix/keywords.md index d1c815d3..cf5be6d0 100644 --- a/src/appendix/keywords.md +++ b/src/appendix/keywords.md @@ -5,7 +5,7 @@ ### 目前正在使用的关键字 如下关键字目前有对应其描述的功能。 - +- `SelfTy` - 'trait' 或 'impl' 块中的实现类型,或类型定义中的当前类型。 - `as` - 强制类型转换,或`use` 和 `extern crate`包和模块引入语句中的重命名 - `async` - 返回一个 Future 而不是阻塞当前线程 - `await` - 暂停执行直到 Future 的结果就绪