It seems like the nonmax types are missing `TryFrom` implementations from larger integer sizes, eg: `TryFrom<u64> for NonMaxU32`.
It seems like the nonmax types are missing
TryFromimplementations from larger integer sizes, eg:TryFrom<u64> for NonMaxU32.