Initializerswift-protobuf 1.29.0SwiftProtobuf
init
UnknownStorage.swift:32init()
init()
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct UnknownStorage
Contains any unknown fields in a decoded message; that is, fields that were sent on the wire but were not recognized by the generated message implementation or were valid field numbers but with mismatching wire formats (for example, a field encoded as a varint when a fixed32 integer was expected).
var data: Data { get }
The raw protocol buffer binary-encoded bytes that represent the unknown fields of a decoded message.
func traverse<V>(visitor: inout V) throws where V : Visitor