Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of `TryInto`.| doc.rust-lang.org
It is thankfully common wisdom nowadays that documentation must be placed as near as possible to the code it documents, and should be fine-grained to a minimal unit of describability (the thing being documented). The practice provides numerous benefits to the codebase and project as a whole:| Sabrina Jewson