ManifestWriter

Type Alias ManifestWriter 

Source
pub type ManifestWriter = for<'a> fn(object_store: &'a ObjectStore, manifest: &'a mut Manifest, indices: Option<Vec<IndexMetadata>>, path: &'a Path) -> BoxFuture<'a, Result<WriteResult>>;
Expand description

Function that writes the manifest to the object store.

Returns the size of the written manifest.