pub trait LogicLink {
fn link(&mut self, other: &mut Self);
fn link_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,
;
fn link_connect_source(&mut self);
fn link_connect_dest(&mut self);
}
Required Methods
sourcefn link_hdl(my_name: &str, this: &str, that: &str) -> Vec<VerilogLink>ⓘNotable traits for Vec<u8, A>
fn link_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,
A: Allocator,
source
fn link_connect_source(&mut self)
source