Location
This wording appears in the documentation for the From trait.
Summary
The From trait has this note:
Note: This trait must not fail. The From trait is intended for perfect conversions. If the conversion can fail or is not perfect, use TryFrom.
It's not clear what "perfect" means here. Is there an established meaning for "perfect"? Does it mean lossless, and/or unambiguous? Or does it mean something else?
Location
This wording appears in the documentation for the
Fromtrait.Summary
The
Fromtrait has this note:It's not clear what "perfect" means here. Is there an established meaning for "perfect"? Does it mean lossless, and/or unambiguous? Or does it mean something else?