macro_rules! parse_more_macro_input {
($tokenstream:ident as $ty:ty) => { ... };
($tokenstream:ident) => { ... };
}Expand description
Same as the syn::parse_macro_input macro, but using the ParseMore trait.
macro_rules! parse_more_macro_input {
($tokenstream:ident as $ty:ty) => { ... };
($tokenstream:ident) => { ... };
}Same as the syn::parse_macro_input macro, but using the ParseMore trait.