---
title: ThrowingTaskGroup.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/throwingtaskgroup/element
---

# ThrowingTaskGroup.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = ChildTaskResult
```

## See Also

### Supporting Types

- [ThrowingTaskGroup.Iterator](swift/throwingtaskgroup/iterator.md)
- [ThrowingTaskGroup.AsyncIterator](swift/throwingtaskgroup/asynciterator.md)
