init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s22ComposableArchitecture18PresentationActionOAASeRzlE4fromACyxGs7Decoder_p_tKcfc
What are these?5RXFJ
where Action:Decodable
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).
enum PresentationAction<Action>
A wrapper type for actions that can be presented.
protocol Decoder
A type that can decode values from a native format into in-memory representations.
protocol Decodable
A type that can decode itself from an external representation.