pub trait LogicJoin {
fn join_connect(&mut self) { ... }
fn join_hdl(_my_name: &str, _this: &str, _that: &str) -> Vec<VerilogLink> ⓘ { ... }
}
pub trait LogicJoin {
fn join_connect(&mut self) { ... }
fn join_hdl(_my_name: &str, _this: &str, _that: &str) -> Vec<VerilogLink> ⓘ { ... }
}