---
title: AsyncThrowingMapSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncthrowingmapsequence/element
---

# AsyncThrowingMapSequence.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = Transformed
```

## Discussion

Discussion The map sequence produces whatever type of element its the transforming closure produces.
