(&mut self, map: Vec<(u32, u32)>)
| 525 | } |
| 526 | |
| 527 | pub(crate) fn set_id_map(&mut self, map: Vec<(u32, u32)>) { |
| 528 | self.id_map = map; |
| 529 | } |
| 530 | |
| 531 | fn poll_pending(&mut self, device: &Device, points: &[Point], series: &[SeriesSpan]) { |
| 532 | let Some(pending) = self.pending.as_ref() else { |