ExtensionField
The regular ExtensionField type exposes the value directly.
ExtensionFields.swift:51@preconcurrency protocol ExtensionField : Hashable, AnyExtensionField
Supertypes
protocol AnyExtensionField
Core protocols implemented by generated extensions.
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Requirements
Type members
associatedtype ValueType
init?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D
) throws init(protobufExtension: any AnyMessageExtension, value: ValueType
)