Static Methodswift-protobuf 1.28.1SwiftProtobuf
decodeSingular(value:from:)
FieldTypes.swift:319static func decodeSingular<D>(value: inout BaseType?, from decoder: inout D) throws where D : Decoder
Other members in extension
Typealiases
Type members
static var proto3DefaultValue: Int32
static func decodeRepeated<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