Expand description
Additional helper types for CLI parsing.
Structs§
- MaxU32
- A helper type for parsing “max” as the maximum value of the specified type.
- MaxU64
- A helper type for parsing “max” as the maximum value of the specified type.
- Zero
AsNone U32 - A helper type that maps
0
toNone
when parsing CLI arguments. - Zero
AsNone U64 - A helper type that maps
0
toNone
when parsing CLI arguments.