We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991bd8c commit 3b349d8Copy full SHA for 3b349d8
src/std-traits/from-and-into.md
@@ -4,7 +4,8 @@ minutes: 5
4
5
# `From` and `Into`
6
7
-Types implement [`From`][1] and [`Into`][2] to facilitate type conversions:
+Types implement [`From`][1] and [`Into`][2] to facilitate type conversions.
8
+Unlike `as`, these traits correspond to lossless, infallible conversions.
9
10
```rust,editable
11
fn main() {
0 commit comments