Trait hugr_core::ops::dataflow::DataflowParent
source · pub trait DataflowParent {
// Required method
fn inner_signature(&self) -> FunctionType;
}
Expand description
Operations that is the parent of a dataflow graph.
Required Methods§
sourcefn inner_signature(&self) -> FunctionType
fn inner_signature(&self) -> FunctionType
Signature of the inner dataflow graph.