pub async fn test_persist_backed_catalog_state_with_version(
    persist_client: PersistClient,
    organization_id: Uuid,
    version: Version
) -> Result<Box<dyn OpenableDurableCatalogState>, DurableCatalogError>
Expand description

Creates an openable durable catalog state implemented using persist that is meant to be used in tests.