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