Macro proc_macro_hack::proc_macro_item_decl [−][src]
Declare a hacky procedural macro that expands to items.
proc_macro_item_decl! { /// A function that always returns 2. two_fn! => two_fn_impl }
Declare a hacky procedural macro that expands to items.
proc_macro_item_decl! { /// A function that always returns 2. two_fn! => two_fn_impl }