Expand description
The main interface to parsing kwargs
Generally speaking, this should be considered an implementation detail of the macro.
Structs§
- Keyword
Arg - A parsed argument, along with its original name and id.
- Parsed
Keyword Arguments - The list of parsed keyword arguments
Traits§
- Keyword
ArgId - The unique id for a single keyword argument
- Macro
Keyword Args - The whole point.
- Parsed
ArgValue - The runtime value of a parsed argument