Type Aliasgrpc-swift 2.0.0GRPCCore
Failure
GRPCAsyncThrowingStream.swift:24typealias Failure = any Error
typealias Failure = any Error
import GRPCCore
A gRPC library for Swift written natively in Swift.
struct GRPCAsyncThrowingStream<Element> where Element : Sendable
protocol Error : Sendable
A type representing an error value that can be thrown.
static func makeStream(of: Element.Type = Element.self) -> (stream: Self, continuation: Self.Continuation)
func makeAsyncIterator() -> AsyncIterator
struct AsyncIterator
struct Continuation
typealias Element = Element