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