Function tvix_store::utils::construct_services_from_configs
source ยท pub async fn construct_services_from_configs(
configs: CompositionConfigs,
) -> Result<(Arc<dyn BlobService>, Arc<dyn DirectoryService>, Arc<dyn PathInfoService>, Box<dyn NarCalculationService>), Box<dyn Error + Send + Sync>>
Expand description
Construct the store handles from their addrs.