Macro impl_urop

Source
macro_rules! impl_urop {
    ($struct_name:ident, $arg_type:ty, $out_type:ty, $op:ident) => { ... };
}