Macro shim_sig_arg

Source
macro_rules! shim_sig_arg {
    ($this:ident, $x:ty) => { ... };
}
Expand description

Helper for shim_sig!.