Trait rust_hdl_core::logic::LogicLink [−][src]
pub trait LogicLink {
fn link(&mut self, other: &mut Self);
fn link_hdl(
&self,
my_name: &str,
this: &str,
that: &str
) -> Vec<VerilogLink>ⓘ;
fn link_connect_source(&mut self);
fn link_connect_dest(&mut self);
}