Trait rust_hdl_core::block::Block[][src]

pub trait Block: Logic {
    fn connect_all(&mut self);
fn update_all(&mut self);
fn has_changed(&self) -> bool;
fn accept(&self, name: &str, probe: &mut dyn Probe); }

Required methods

Implementations on Foreign Types

Implementors