Struct core::num::TryFromIntError 1.34.0[−][src]
pub struct TryFromIntError(_);
Expand description
The error type returned when a checked integral type conversion fails.
Trait Implementations
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.