---
title: Input
framework: combine
role: symbol
role_heading: Associated Type
path: combine/subscriber/input
---

# Input

The kind of values this subscriber receives.

## Declaration

```swift
associatedtype Input
```

## Mentioned in

Receiving and Handling Events with Combine

## See Also

### Declaring supporting types

- [Failure](combine/subscriber/failure.md)
