---
title: ParseOutput
framework: foundation
role: symbol
role_heading: Associated Type
path: foundation/parsestrategy/parseoutput
---

# ParseOutput

The output type returned by this strategy.

## Declaration

```swift
associatedtype ParseOutput
```

## Discussion

Discussion Conforming types provide a value for this associated type to declare the type of values they return.

## See Also

### Supporting types

- [ParseInput](foundation/parsestrategy/parseinput.md)
