Structsยง
- Wrapper around
NonZeroU8to implement conversion traits on a foreign type. - Wrapper around
u8with fallible and unsafe conversion options both ways. - The error type returned when a checked integral type conversion fails.
- Wrapper around
u8with infallible conversions both ways. - Wrapper around
u16to implement conversion traits on a foreign type.