---
title: FileHandle.AsyncBytes.Iterator
framework: foundation
role: symbol
role_heading: Structure
path: foundation/filehandle/asyncbytes/iterator
---

# FileHandle.AsyncBytes.Iterator

An iterator that produces the bytes of a file handle.

## Declaration

```swift
@frozen struct Iterator
```

## Relationships

### Conforms To

- [AsyncIteratorProtocol](swift/asynciteratorprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
