Required Instance Methodswift-protobuf 1.31.0SwiftProtobuf

decodeRepeatedEnumField(value:)

Decode enum values to repeated field storage

Decoder.swift:169
mutating func decodeRepeatedEnumField<E>(value: inout [E]) throws where E : Enum, E.RawValue == Int