/// Error that may occur for fallible conversions between integers.
#[derive(Debug, Copy, Clone, PartialEq, Eq)]pubstructTryFromIntError(pub(crate)());implFrom<core::num::TryFromIntError>forTryFromIntError{#[inline]fnfrom(_: core::num::TryFromIntError)->Self{Self(())}}