Structs§
- Represents command line arguments for a client in a CLI application.
- Represents command line arguments for a server in a CLI application.
Enums§
- An enumeration representing the possible types of command line arguments.
Traits§
- Parse command-line arguments into
Self
.
Derive Macros§
- Generates the
Parser
implementation.