pub trait LogicJoin {
    fn join_connect(&mut self) { ... }
    fn join_hdl(_my_name: &str, _this: &str, _that: &str) -> Vec<VerilogLink>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator, { ... }
}Provided Methods
source