Function tvix_store::utils::construct_services
source ยท pub async fn construct_services(
urls: impl Into<ServiceUrls>,
) -> 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.