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>

Unstable (try_from #33417)

impl Error for TryFromIntError
[src]

fn description(&self) -> &str

Unstable (try_from #33417)

fn cause(&self) -> Option<&Error>
1.0.0

Derived Implementations

impl Clone for TryFromIntError

fn clone(&self) -> TryFromIntError

Unstable (try_from #33417)

fn clone_from(&mut self, source: &Self)
1.0.0

impl Copy for TryFromIntError

impl Debug for TryFromIntError

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

Unstable (try_from #33417)