Type Alias lance_core::io::commit::ManifestWriter
source · pub type ManifestWriter = for<'a> fn(object_store: &'a dyn ObjectStore, manifest: &'a mut Manifest, indices: Option<Vec<Index>>, path: &'a Path) -> BoxFuture<'a, Result<()>>;Expand description
Function that writes the manifest to the object store.