Type Aliasswift 6.0.3Distributed
SerializationRequirement
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
typealias SerializationRequirement = Codable
typealias SerializationRequirement = Codable
s11Distributed35LocalTestingInvocationResultHandlerV24SerializationRequirementa
What are these?1WSZV
import Distributed
struct LocalTestingInvocationResultHandler
typealias Codable = Decodable & Encodable
A type that can convert itself into and out of an external representation.
func onReturn<Success>(value: Success) async throws where Success : Decodable, Success : Encodable
func onReturnVoid() async throws
func onThrow<Err>(error: Err) async throws where Err : Error