Instance Methodgrpc-swift 2.0.0GRPCCore
next
Metadata.swift:417mutating func next() -> [UInt8]?
mutating func next() -> [UInt8]?
s8GRPCCore8MetadataV12BinaryValuesV8IteratorV4nextSays5UInt8VGSgyF
What are these?8TMO7
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct Iterator
An iterator for all binary data values associated with a given key.
struct Metadata
A collection of metadata key-value pairs, found in RPC streams.
struct BinaryValues
A sequence of metadata binary values for a given key.
@frozen struct UInt8
An 8-bit unsigned integer value type.