(&self, f: &mut fmt::Formatter<'_>)
| 433 | |
| 434 | impl fmt::Debug for RedbChangeStore { |
| 435 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 436 | f.debug_struct("RedbChangeStore") |
| 437 | .field("tables", &"[CHANGE_META, CHANGE_GRAPH, CHANGE_SEMANTIC, CONTENT_CHUNKS, CHANGE_CHUNKS, CHANGE_UNHASHED]") |
| 438 | .finish() |
| 439 | } |
| 440 | } |
| 441 | |
| 442 | // ═══════════════════════════════════════════════════════════════════════ |