hugr_core::ops::dataflow

Trait DataflowParent

source
pub trait DataflowParent {
    // Required method
    fn inner_signature(&self) -> Signature;
}
Expand description

Operations that is the parent of a dataflow graph.

Required Methods§

source

fn inner_signature(&self) -> Signature

Signature of the inner dataflow graph.

Implementors§