Failure
Publisher.swift:15typealias Failure = Never
typealias Failure = Never
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
struct _EffectPublisher<Action>
@frozen enum Never
A type that has no values and can’t be constructed.
init(_ effect: Effect<Action>)
func receive(subscriber: some Combine.Subscriber<Action, Failure>)
typealias Output = Action