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

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