macro_rules! wire { ( move | $($input:ident),* | $($t:tt)* ) => { ... }; }
Wires multiple input signals to an output signal using the given function.