pub async fn construct_services(
urls: impl Into<ServiceUrls>,
) -> Result<(Arc<dyn BlobService>, Arc<dyn DirectoryService>), Box<dyn Error + Send + Sync>>Expand description
Construct the castore handles from their addrs.
pub async fn construct_services(
urls: impl Into<ServiceUrls>,
) -> Result<(Arc<dyn BlobService>, Arc<dyn DirectoryService>), Box<dyn Error + Send + Sync>>Construct the castore handles from their addrs.