macro_rules! shim_varargs {
($($args:tt)*) => { ... };
}Expand description
Computes a list of types for varargs, using the same syntax as shim_sig!.
macro_rules! shim_varargs {
($($args:tt)*) => { ... };
}Computes a list of types for varargs, using the same syntax as shim_sig!.