mutating func doneRecording() throws
s17DistributedSystem17RemoteCallEncoderV13doneRecordingyyKFWhat are these?
s17DistributedSystem17RemoteCallEncoderV13doneRecordingyyKF
FNV24: [3UE9T]
typealias SerializationRequirement
func recordArgument(RemoteCallArgument<some SerializationRequirement>) throws
func recordErrorType((some Error).Type) throws
func recordGenericSubstitution<T>(T.Type) throws
func recordReturnType((some SerializationRequirement).Type) throws
import DistributedSystem
struct RemoteCallEncoder
mutating func recordArgument(_ argument: RemoteCallArgument<some SerializationRequirement>) throws
mutating func recordErrorType(_: (some Error).Type) throws
mutating func recordGenericSubstitution<T>(_ type: T.Type) throws
mutating func recordReturnType(_: (some SerializationRequirement).Type) throws
typealias SerializationRequirement = Transferable