Trait LogicJoin

Source
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>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§