unary_with_outputs

Macro unary_with_outputs 

Source
macro_rules! unary_with_outputs {
    ($name:ident => $handler:ident) => { ... };
}
Expand description

This macro will generate the implementations for simple unary operations, operations that take one input and can produce any number of outputs.