---
title: AsyncThrowingDropWhileSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncthrowingdropwhilesequence/element
---

# AsyncThrowingDropWhileSequence.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = Base.Element
```

## Discussion

Discussion The drop-while sequence produces whatever type of element its base sequence produces.
