RemoteCallDecoder
RemoteCallDecoder.swift:4struct RemoteCallDecoder
Citizens in DistributedSystem
Conformances
protocol DistributedTargetInvocationDecoder
Decoder that must be provided to
executeDistributedTarget
and is used by the Swift runtime to decode arguments of the invocation.
Typealiases
Instance members
func decodeErrorType(
) throws -> Any.Type? func decodeGenericSubstitutions(
) throws -> [Any.Type] func decodeNextArgument<Argument>(
) throws -> Argument func decodeReturnType(
) throws -> Any.Type?