Module proc_macro_kwargs::args[][src]

Expand description

The main interface to parsing kwargs

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

Structs

A parsed argument, along with its original name and id.

The list of parsed keyword arguments

Traits

The unique id for a single keyword argument

The whole point.

The runtime value of a parsed argument