Type Aliasswift-protobuf 1.29.0SwiftProtobuf
ValueType
ExtensionFields.swift:558typealias ValueType = BaseType
typealias ValueType = BaseType
s13SwiftProtobuf27OptionalGroupExtensionFieldV9ValueTypea
What are these?8G6HH
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct OptionalGroupExtensionField<G> where G : Hashable, G : Message
typealias BaseType = G
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: G
static func == (lhs: OptionalGroupExtensionField, rhs: OptionalGroupExtensionField) -> 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