macro_rules! helper {
($callback:ident, $($input:tt)*) => { ... };
}
Expand description
Helper macro to call a callback
macro four times for all combinations of
proc_macro
/proc_macro2
and &
/owned.
macro_rules! helper {
($callback:ident, $($input:tt)*) => { ... };
}
Helper macro to call a callback
macro four times for all combinations of
proc_macro
/proc_macro2
and &
/owned.