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