Struct std::num::TryFromIntError
[−]
[src]
pub struct TryFromIntError(_);
Unstable (
try_from
#33417)The error type returned when a checked integral type conversion fails.
Trait Implementations
impl Display for TryFromIntError
fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Error for TryFromIntError
[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>
1.0.0
The lower-level cause of this error, if any.
Derived Implementations
impl Clone for TryFromIntError
fn clone(&self) -> TryFromIntError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more