(&self)
| 564 | /// Returns an iterator over the conflicts. |
| 565 | #[inline] |
| 566 | pub fn iter(&self) -> impl Iterator<Item = &CrdtConflict> { |
| 567 | self.conflicts.iter() |
| 568 | } |
| 569 | |
| 570 | /// Returns a mutable iterator over the conflicts. |
| 571 | #[inline] |
no outgoing calls