Module args

Module args 

Source
Expand description

The main interface to parsing kwargs

Generally speaking, this should be considered an implementation detail of the macro.

Structs§

KeywordArg
A parsed argument, along with its original name and id.
ParsedKeywordArguments
The list of parsed keyword arguments

Traits§

KeywordArgId
The unique id for a single keyword argument
MacroKeywordArgs
The whole point.
ParsedArgValue
The runtime value of a parsed argument