Instance Methodswift 6.0.3Distributed
decodeReturnType
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
func decodeReturnType() throws -> (any Any.Type)?
func decodeReturnType() throws -> (any Any.Type)?
s11Distributed29LocalTestingInvocationDecoderC16decodeReturnTypeypXpSgyKF
What are these?Y355
import Distributed
final class LocalTestingInvocationDecoder
func decodeErrorType() throws -> (any Any.Type)?
func decodeGenericSubstitutions() throws -> [any Any.Type]
func decodeNextArgument<Argument>() throws -> Argument where Argument : Decodable, Argument : Encodable
typealias SerializationRequirement = Codable