Required Instance Methodswift-protobuf 1.29.0SwiftProtobuf

visitMapField(fieldType:value:fieldNumber:)

Called for each map field with enum values. The method is called once with the complete dictionary of keys/values for the field.

Visitor.swift:423
mutating func visitMapField<KeyType, ValueType>(fieldType: _ProtobufEnumMap<KeyType, ValueType>.Type, value: _ProtobufEnumMap<KeyType, ValueType>.BaseType, fieldNumber: Int) throws where KeyType : MapKeyType, ValueType : Enum, ValueType.RawValue == Int

There is no default implementation. This must be implemented.