Static Propertyswift-protobuf 1.29.0SwiftProtobuf
proto3DefaultValue
FieldTypes.swift:395static var proto3DefaultValue: String { get }
static var proto3DefaultValue: String { get }
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ProtobufString
String
@frozen struct String
A Unicode string value that is a collection of characters.
static func decodeRepeated<D>(value: inout [BaseType], from decoder: inout D) throws where D : Decoder
static func decodeSingular<D>(value: inout BaseType?, from decoder: inout D) throws where D : Decoder
static func visitPacked<V>(value: [BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor
static func visitRepeated<V>(value: [BaseType], fieldNumber: Int, with visitor: inout V) throws where V : Visitor
static func visitSingular<V>(value: BaseType, fieldNumber: Int, with visitor: inout V) throws where V : Visitor
typealias BaseType = String