Macro proc_macro_hack::proc_macro_item_impl [] [src]

macro_rules! proc_macro_item_impl {
    ($(
        $( #[$attr:meta] )*
        pub fn $func:ident($input:ident: &str) -> String $body:block
    )+) => { ... };
}