Trait rust_hdl::core::logic::Logic [−][src]
pub trait Logic {
fn update(&mut self);
fn connect(&mut self) { ... }
fn hdl(&self) -> Verilog { ... }
}
pub trait Logic {
fn update(&mut self);
fn connect(&mut self) { ... }
fn hdl(&self) -> Verilog { ... }
}