Instance Methodswift-protobuf 1.31.0SwiftProtobuf
traverse(visitor:)
api.pb.swift:430func traverse<V>(visitor: inout V) throws where V : Visitor func traverse<V>(visitor: inout V) throws where V : Visitor s13SwiftProtobuf07Google_B6_MixinV8traverse7visitoryxz_tKAA7VisitorRzlF What are these?9DFEHimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_MixinDeclares an API Interface to be included in this interface. The including interface must redeclare all the methods from the included interface, but documentation and options are inherited as follows:
protocol VisitorThis is the key interface used by the generated traverse() methods used for serialization. It is implemented by each serialization protocol: Protobuf Binary, Protobuf Text, JSON, and the Hash encoder.
init() static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar name: StringThe fully qualified name of the interface which is included.
var root: StringIf non-empty specifies a path under which inherited HTTP paths are rooted.
var unknownFields: UnknownStoragestatic func == (lhs: Google_Protobuf_Mixin, rhs: Google_Protobuf_Mixin) -> Bool mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder