Type Aliasswift 6.1.2Distributed
SerializationRequirement
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
typealias SerializationRequirement = Codable
typealias SerializationRequirement = Codable
s11Distributed29LocalTestingInvocationDecoderC24SerializationRequirementa
What are these?9TJOK
import Distributed
final class LocalTestingInvocationDecoder
typealias Codable = Decodable & Encodable
A type that can convert itself into and out of an external representation.
func decodeErrorType() throws -> (any Any.Type)?
func decodeGenericSubstitutions() throws -> [any Any.Type]
func decodeNextArgument<Argument>() throws -> Argument where Argument : Decodable, Argument : Encodable
func decodeReturnType() throws -> (any Any.Type)?