pub async fn ingest_archive<BS, DS, R>(
blob_service: BS,
directory_service: DS,
r: R,
) -> Result<Node, IngestionError<Error>>Expand description
Ingests elements from the archive readable at the passed reader into a the
passed BlobService and DirectoryService.