litrs::impls

Macro helper

source
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.