Trait hugr_llvm::utils::logic_op_builder::LogicOpBuilder

source ·
pub trait LogicOpBuilder: Dataflow {
    // Provided methods
    fn add_and(&mut self, x1: Wire, x2: Wire) -> Result<Wire, BuildError> { ... }
    fn add_not(&mut self, x1: Wire) -> Result<Wire, BuildError> { ... }
}

Provided Methods§

source

fn add_and(&mut self, x1: Wire, x2: Wire) -> Result<Wire, BuildError>

source

fn add_not(&mut self, x1: Wire) -> Result<Wire, BuildError>

Object Safety§

This trait is not object safe.

Implementors§