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§