pub fn write_seed_manifest<T>( manifest_path: &Path, requests: &[T], ) -> Result<(), Error>where T: SeedManifestEntry,