Expand description
Additional helper types for CLI parsing.
Structs§
- MaxOr
 - A helper type that supports parsing max or delegates to another parser
 - 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 
0toNonewhen parsing CLI arguments. - Zero
AsNone U64  - A helper type that maps 
0toNonewhen parsing CLI arguments.