Required Static Propertyswift-protobuf 1.28.1SwiftProtobuf
proto3DefaultValue
FieldTypes.swift:38static var proto3DefaultValue: BaseType { get }
Other requirements
Type members
associatedtype BaseType
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