async fn bootstrap_chunk(
catalog: &ContentCatalog,
sim_config: &str,
chunk: &ChunkAssignment,
seed_base: u64,
resolver: &DynDataResolver<'_>,
overrides: &IntentOverrides,
) -> Result<(BootstrapResult, u64), ApplicationError>async fn bootstrap_chunk(
catalog: &ContentCatalog,
sim_config: &str,
chunk: &ChunkAssignment,
seed_base: u64,
resolver: &DynDataResolver<'_>,
overrides: &IntentOverrides,
) -> Result<(BootstrapResult, u64), ApplicationError>