Structs§
- ArgIterator
- Helper structure for iterating through arguments in a statement in order. Also has functions for getting 1 or more arguments of certain types.
- ArgVector
- Helper structure for parsing command line input.
Traits§
- Converter
- Conversion helper trait.
This trait is used for the
get_x_converter
functions for when construction of the desired type requires more context than just the associated string.