macro_rules! connect_tx_i {
($component:expr, $fn:ident, $index:expr ; $port_state:ident) => { ... };
}Expand description
Connect a tx port for a subcomponent where the port is one of an array.
The subcomponent is expected to be stored in a RefCell<Option<>>