Type Aliasgrpc-swift 2.0.0GRPCCore
ArrayLiteralElement
Metadata.swift:488typealias ArrayLiteralElement = UInt8
typealias ArrayLiteralElement = UInt8
import GRPCCore
A gRPC library for Swift written natively in Swift.
enum Value
A metadata value. It can either be a simple string, or binary data.
struct Metadata
A collection of metadata key-value pairs, found in RPC streams.
@frozen struct UInt8
An 8-bit unsigned integer value type.
init(arrayLiteral elements: ArrayLiteralElement...)
init(stringInterpolation: DefaultStringInterpolation)
init(stringLiteral value: StringLiteralType)
var description: String { get }
func encoded() -> String
The value as a String. If it was originally stored as a binary, the base64-encoded String version of the binary data will be returned instead.