Structsยง
- NonZero
U8 - Wrapper around
NonZeroU8to implement conversion traits on a foreign type. - Spuriously
Failing U8 - Wrapper around
u8with fallible and unsafe conversion options both ways. - TryFrom
IntError - The error type returned when a checked integral type conversion fails.
- U8With
Parity - Wrapper around
u8with infallible conversions both ways. - U16
- Wrapper around
u16to implement conversion traits on a foreign type.