(mut self: Box<Self>)
| 1481 | |
| 1482 | #[mz_ore::instrument(level = "debug")] |
| 1483 | async fn open_debug(mut self: Box<Self>) -> Result<DebugCatalogState, CatalogError> { |
| 1484 | Ok(DebugCatalogState(*self)) |
| 1485 | } |
| 1486 | |
| 1487 | #[mz_ore::instrument] |
| 1488 | async fn is_initialized(&mut self) -> Result<bool, CatalogError> { |