Instance Propertygrpc-swift 2.1.0GRPCCore
debugDescription
Metadata.swift:519var debugDescription: String { get }
var debugDescription: String { get }
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 String
A Unicode string value that is a collection of characters.
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.
typealias ArrayLiteralElement = UInt8