---
title: AsyncThrowingPublisher.Element
framework: combine
role: symbol
role_heading: Type Alias
path: combine/asyncthrowingpublisher/element
---

# AsyncThrowingPublisher.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = P.Output
```
