Required Instance Methodswift-protobuf 1.28.1SwiftProtobuf

    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

    Other requirements

    Instance members