[][src]Macro velcro_core::parse_raw_macro_input

macro_rules! parse_raw_macro_input {
    ($tokenstream: ident as $ty: ty) => { ... };
}

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