---
title: Input
framework: evaluations
role: symbol
role_heading: Associated Type
path: evaluations/sampleprotocol/input-swift.associatedtype
---

# Input

The type of the input data.

## Declaration

```swift
associatedtype Input : CustomStringConvertible
```

## Discussion

Discussion The type must be string-representable for display.
