Macros§
- parse_
raw_ macro_ input - Used in a similar way to
syn::parse_macro_input
macro, but for types that implementParseRaw
instead ofsyn::parse::Parse
.
Structs§
- BTree
MapInput - BTree
SetInput - Convert
Into - A marker type indicating that input variables need to be converted into the item (or key) type of the collection
- Hash
MapInput - Hash
SetInput - Iter
Input - Linked
List Input - MapIter
Input - Verbatim
- A marker type indicating that input variables should be passed to the result collection as-is.
Enums§
Traits§
- Parse
Raw - Trait to be implemented for parsing syntax that would be rejected by syn::Parse