Initializergrpc-swift 2.0.0GRPCCore
init(wrapping:)
Creates an RPCAsyncSequence
by wrapping another AsyncSequence
.
init<Source>(wrapping other: Source) where Element == Source.Element, Failure == Source.Failure, Source : Sendable, Source : AsyncSequence