Module argument

Module argument 

Source
Available on crate feature parse only.
Expand description

Parsing of type arguments: simple_extensions::ArgumentsItem.

Structs§

EnumOptions
Set of valid string options
EnumerationArg
Arguments that support a fixed set of declared values as constant arguments.
TypeArg
A type argument to a parameterized type, e.g. the T in List<T>.
ValueArg
Arguments that refer to a data value.

Enums§

ArgumentsItem
A parsed simple_extensions::ArgumentsItem.
ArgumentsItemError
Parse errors for simple_extensions::ArgumentsItem.
EnumOptionsError
Parse errors for simple_extensions::EnumOptions.