Required Instance Methodswift-protobuf 1.28.1SwiftProtobuf
_protobuf_newField(decoder:)
MessageExtension.swift:24func _protobuf_newField<D>(decoder: inout D) throws -> (any AnyExtensionField)? where D : Decoder
func _protobuf_newField<D>(decoder: inout D) throws -> (any AnyExtensionField)? where D : Decoder
s13SwiftProtobuf19AnyMessageExtensionP18_protobuf_newField7decoderAA0ceH0_pSgqd__z_tKAA7DecoderRd__lF
What are these?
FNV24: [2DCN6]
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
@preconcurrency protocol AnyMessageExtension : Sendable
Type-erased MessageExtension field implementation.
@preconcurrency protocol AnyExtensionField : CustomDebugStringConvertible, Sendable
Core protocols implemented by generated extensions.
protocol Decoder
Abstract protocol used by the generated code to deserialize data.
var fieldName: String { get }
var fieldNumber: Int { get }
var messageType: any Message.Type { get }