hugr_core::ops::controlflow

Trait BasicBlock

source
pub trait BasicBlock {
    // Required method
    fn dataflow_input(&self) -> &TypeRow;
}
Expand description

Functionality shared by DataflowBlock and Exit CFG block types.

Required Methods§

source

fn dataflow_input(&self) -> &TypeRow

The input dataflow signature of the CFG block.

Implementors§