macro_rules! helper_no_refs {
($callback:ident, $($input:tt)*) => { ... };
}Expand description
Like helper! but without reference types.
macro_rules! helper_no_refs {
($callback:ident, $($input:tt)*) => { ... };
}Like helper! but without reference types.