---
title: AsyncFlatMapSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncflatmapsequence/element
---

# AsyncFlatMapSequence.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = SegmentOfResult.Element
```

## Discussion

Discussion The flat map sequence produces the type of element in the asynchronous sequence produced by the transform closure.
