Trait timely::dataflow::scopes::ScopeParent
source · pub trait ScopeParent: AsWorker + Clone {
type Timestamp: Timestamp;
}
Expand description
The information a child scope needs from its parent.
Required Associated Types§
Object Safety§
This trait is not object safe.