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<>>
macro_rules! connect_tx {
($component:expr, $fn:ident ; $port_state:ident) => { ... };
}Connect a tx port for a subcomponent.
The subcomponent is expected to be stored in a RefCell<Option<>>