---
title: AsyncThrowingFlatMapSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncthrowingflatmapsequence/element
---

# AsyncThrowingFlatMapSequence.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.
