Macro impl_node_output

Source
macro_rules! impl_node_output {
    ($node:ty, $input:ty, $output:ty, $error:ty) => { ... };
}