(
self,
_nested: &mut Iterative<'a, G, u64>,
_context: &mut I,
)
| 537 | I: ImplContext<G::Timestamp>, |
| 538 | { |
| 539 | fn tuples( |
| 540 | self, |
| 541 | _nested: &mut Iterative<'a, G, u64>, |
| 542 | _context: &mut I, |
| 543 | ) -> ( |
| 544 | Collection<Iterative<'a, G, u64>, Vec<Value>, isize>, |
| 545 | ShutdownHandle, |
| 546 | ) { |
| 547 | (self.tuples, ShutdownHandle::empty()) |
| 548 | } |
| 549 | |
| 550 | fn projected( |
| 551 | self, |