recordArgument(_:)
Record an argument of Argument type. This will be invoked for every argument of the target, in declaration order.
Declaration
mutating func recordArgument<Value>(_ argument: RemoteCallArgument<Value>) throwsSerialization Requirement
Implementations of this method must ensure that the Value type parameter conforms to the types’ SerializationRequirement.