pub trait ScopeParent: AsWorker + Clone { type Timestamp: Timestamp; }
The information a child scope needs from its parent.
The timestamp associated with data in this scope.