pub(super) type SharedSinkFrontier = Rc<RefCell<Antichain<Timestamp>>>;
Type of the shared sink write frontier.
pub(super) struct SharedSinkFrontier { /* private fields */ }