[][src]Crate velcro_core

Macros

parse_raw_macro_input

Used in a similar way to syn::parse_macro_input macro, but for types that implement ParseRaw instead of syn::parse::Parse.

Structs

BTreeMapInput
BTreeSetInput
ConvertInto

A marker type indicating that input variables need to be converted into the item (or key) type of the collection

HashMapInput
HashSetInput
IterInput
LinkedListInput
MapIterInput
Verbatim

A marker type indicating that input variables should be passed to the result collection as-is.

Enums

VecInput

Traits

ParseRaw

Trait to be implemented for parsing syntax that would be rejected by syn::Parse