pub fn file_stream( file: File, ) -> Pin<Box<dyn Stream<Item = Result<Bytes, StoreError>> + Send>>
Read an open file as bounded chunks. O(chunk) resident.