Macro connect_tx

Source
macro_rules! connect_tx {
    ($component:expr, $fn:ident ; $port_state:ident) => { ... };
}
Expand description

Connect a tx port for a subcomponent.

The subcomponent is expected to be stored in a RefCell<Option<>>