Trait logic_circus::GateLike[][src]

pub trait GateLike {
    fn compute(&mut self, input: Vec<bool>) -> Vec<bool>;
fn num_of_inputs(&self) -> usize; }

Required methods

Implementations on Foreign Types

Implementors