Structs§
- Arg
- For storing a single argument.
Stores a
Box<>to argument variable, as well as ausedflag. - ArgData
- A struct for wrapping base argument data, of any type.
- Args
- Stores an
IndexMapofArgs. See examples.
Enums§
- DynArg
Error - An error struct for passing errors up the callchain.