wire

Macro wire 

Source
macro_rules! wire {
    ( move | $($input:ident),* | $($t:tt)* ) => { ... };
}
Expand description

Wires multiple input signals to an output signal using the given function.