---
title: Element
framework: swift
role: symbol
role_heading: Associated Type
path: swift/asyncsequence/element
---

# Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
associatedtype Element where Self.Element == Self.AsyncIterator.Element
```

## See Also

### Creating an Iterator

- [makeAsyncIterator()](swift/asyncsequence/makeasynciterator().md)
- [AsyncIterator](swift/asyncsequence/asynciterator.md)
- [AsyncIteratorProtocol](swift/asynciteratorprotocol.md)
