Sponsor of the Day:
Jerkmate
https://doc.rust-lang.org/nightly/core/convert/trait.Into.html
Into in core::convert - Rust
A value-to-value conversion that consumes the input value. The opposite of `From`.
core convert rust
https://doc.rust-lang.org/nightly/core/convert/enum.Infallible.html
Infallible in core::convert - Rust
The error type for errors that can never happen.
core convert rustinfallible
https://doc.rust-lang.org/nightly/core/convert/trait.TryFrom.html
TryFrom in core::convert - Rust
Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of `TryInto`.
core convert rust
https://doc.rust-lang.org/nightly/core/convert/trait.From.html
From in core::convert - Rust
Used to do value-to-value conversions while consuming the input value. It is the reciprocal of `Into`.
core convert rust