[][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
HashMapInput
HashSetInput
IterInput
Verbatim

Enums

VecInput

Traits

ParseRaw

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