| 241 | #[derive(Error, Debug, PartialEq, Eq)] |
| 242 | #[error("Duplicate insertion of row {0:?} violates set semantics")] |
| 243 | pub struct DuplicateError(pub RowPointer); |
| 244 | |
| 245 | /// Various error that can happen on table insertion. |
| 246 | #[derive(Error, Debug, PartialEq, Eq, EnumAsInner)] |
no outgoing calls
no test coverage detected
searching dependent graphs…