Skip to content

Commit

Permalink
Merge pull request KaiserY#622 from weartist/patch-1
Browse files Browse the repository at this point in the history
修正部分翻译
  • Loading branch information
KaiserY authored Jul 3, 2022
2 parents 860f99a + 9d78b38 commit 0381280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch13-01-closures.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> <br>
> commit 8acef6cfd40a36be60a3c62458d9f78e2427e190
Rust 的 **闭包***closures*是可以保存进变量或作为参数传递给其他函数的匿名函数。可以在一个地方创建闭包,然后在不同的上下文中执行闭包运算。不同于函数,闭包允许捕获调用者作用域中的值。我们将展示闭包的这些功能如何复用代码和自定义行为。
Rust 的 **闭包***closures*是可以保存在一个变量中或作为参数传递给其他函数的匿名函数。可以在一个地方创建闭包,然后在不同的上下文中执行闭包运算。不同于函数,闭包允许捕获调用者作用域中的值。我们将展示闭包的这些功能如何复用代码和自定义行为。

### 使用闭包创建行为的抽象

Expand Down

0 comments on commit 0381280

Please sign in to comment.