-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
rust-lang/rust
#90294Milestone
Description
The following is the original content of the book:
As long as each error type implements the from function to define how to convert itself to the returned error type, the ? operator takes care of the conversion automatically.
I have consulted the following the following information:
https://doc.rust-lang.org/std/convert/trait.From.html
The from function should be implemented by the returned error type, not the "each error type", right?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels