Skip to content

Commit 8347bc3

Browse files
authored
Update from_into.md (#152)
1 parent 8f5b5e1 commit 8347bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion/from_into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `From``Into`
22

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

55
## `From`
66

0 commit comments

Comments
 (0)