pub trait Logic {
    fn update(&mut self);

    fn connect(&mut self) { ... }
    fn hdl(&self) -> Verilog { ... }
    fn timing(&self) -> Vec<TimingInfo>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
{ ... } }

Required Methods

Provided Methods

Implementations on Foreign Types

Implementors