backup/chunk_store: mark ChunkIterator as fused
Ranges are FusedIterators and it can be useful to propagate that property to users. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
		@ -193,7 +193,7 @@ impl ChunkStore {
 | 
			
		||||
        &self,
 | 
			
		||||
        print_percentage: bool,
 | 
			
		||||
    ) -> Result<
 | 
			
		||||
        impl Iterator<Item = Result<tools::fs::ReadDirEntry, Error>>,
 | 
			
		||||
        impl Iterator<Item = Result<tools::fs::ReadDirEntry, Error>> + std::iter::FusedIterator,
 | 
			
		||||
        Error
 | 
			
		||||
    > {
 | 
			
		||||
        use nix::dir::Dir;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user