Type Aliasswift-protobuf 1.29.0SwiftProtobuf
BaseType
ExtensionFields.swift:488typealias BaseType = M
typealias BaseType = M
s13SwiftProtobuf29RepeatedMessageExtensionFieldV8BaseTypea
What are these?29NWS
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedMessageExtensionField<M> where M : Equatable, M : Message
init?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D) throws where D : Decoder
init(protobufExtension: any AnyMessageExtension, value: ValueType)
var debugDescription: String { get }
var isInitialized: Bool { get }
var protobufExtension: any AnyMessageExtension
var value: ValueType
static func == (lhs: RepeatedMessageExtensionField, rhs: RepeatedMessageExtensionField) -> Bool
mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
func hash(into hasher: inout Hasher)
func isEqual(other: any AnyExtensionField) -> Bool
func traverse<V>(visitor: inout V) throws where V : Visitor
typealias ValueType = [BaseType]