Skip to content

Commit

Permalink
Update from_into.md (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYong10 committed Jun 26, 2024
1 parent 3818f83 commit 63d0d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion/from_into.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `From``Into`

[`From`][`Into`] 两个 trait 是内部相关联的,实际上这是它们实现的一部分。如果我们能够从类型 B 得到类型 A,那么很容易相信我们也能够把类型 B 转换为类型 A
[`From`][`Into`] 两个 trait 是内部相关联的,实际上这是它们实现的一部分。如果我们能够从类型 B 得到类型 A,那么很容易相信我们也能够把类型 A 转换为类型 B

## `From`

Expand Down

0 comments on commit 63d0d5f

Please sign in to comment.