---
title: ParseInput
framework: foundation
role: symbol
role_heading: Associated Type
path: foundation/parsestrategy/parseinput
---

# ParseInput

The input type parsed by this strategy.

## Declaration

```swift
associatedtype ParseInput
```

## Discussion

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

## See Also

### Supporting types

- [ParseOutput](foundation/parsestrategy/parseoutput.md)
