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

Provided Methods§

source

fn join_connect(&mut self)

source

fn join_hdl(_my_name: &str, _this: &str, _that: &str) -> Vec<VerilogLink>

Implementors§