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