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