Structureswift-protobuf 1.28.1SwiftProtobuf
ProtobufBytes
Bytes
FieldTypes.swift:416struct ProtobufBytes
Citizens in SwiftProtobuf
Conformances
protocol FieldType
protocol MapValueType
Marker Protocol for types that can be used as map values.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Typealiases
Type members
static var proto3DefaultValue: Data
static func decodeRepeated<D>(value: inout [BaseType], from: inout D
) throws static func decodeSingular<D>(value: inout BaseType?, from: inout D
) throws static func visitPacked<V>(value: [BaseType], fieldNumber: Int, with: inout V
) throws static func visitRepeated<V>(value: [BaseType], fieldNumber: Int, with: inout V
) throws static func visitSingular<V>(value: BaseType, fieldNumber: Int, with: inout V
) throws