Structs§
Traits§
- A data structure that can be deserialized from any data format supported by Serde.
- Parse command-line arguments into
Self
. - A data structure that can be serialized into any data format supported by Serde.
- Parse arguments into enums.
Functions§
Derive Macros§
- Generates the
Parser
implementation. - Generates the
ValueEnum
impl.