Available on crate feature
parse only.Expand description
Parsing of type arguments: simple_extensions::ArgumentsItem.
Structs§
- Enum
Options - Set of valid string options
- Enumeration
Arg - Arguments that support a fixed set of declared values as constant arguments.
- TypeArg
- A type argument to a parameterized type, e.g. the
TinList<T>. - Value
Arg - Arguments that refer to a data value.
Enums§
- Arguments
Item - A parsed
simple_extensions::ArgumentsItem. - Arguments
Item Error - Parse errors for
simple_extensions::ArgumentsItem. - Enum
Options Error - Parse errors for
simple_extensions::EnumOptions.