kvarn_async::prelude::compact_str::core::num

Struct TryFromIntError

1.34.0 · source
pub struct TryFromIntError(/* private fields */);
Expand description

The error type returned when a checked integral type conversion fails.

Trait Implementations§

1.34.0 · source§

impl Clone for TryFromIntError

source§

fn clone(&self) -> TryFromIntError

Returns a copy of the value. Read more