(self)
| 734 | /// Consumes the outcome and returns the conflicts. |
| 735 | #[inline] |
| 736 | pub fn into_conflicts(self) -> Vec<CrdtConflict> { |
| 737 | self.conflicts |
| 738 | } |
| 739 | |
| 740 | /// Consumes the outcome and returns both stats and conflicts. |
| 741 | #[inline] |
no outgoing calls