JSONSequenceDeserializationSequence

    A sequence that parses arbitrary byte chunks into lines using the JSON Sequence format.

    JSONSequenceDecoding.swift:24
    struct JSONSequenceDeserializationSequence<Upstream> where Upstream : Sendable, Upstream : AsyncSequence, Upstream.Element == ArraySlice<UInt8>

    Citizens in OpenAPIRuntime

    Conformances

    Type members

    Citizens in OpenAPIRuntime

    where Upstream:AsyncSequence, Upstream:Sendable, Upstream.Element == ArraySlice<UInt8>

    Conformances

    Types

    Typealiases

    Instance members

    Instance features

    Show obsolete interfaces (2)

    Hide obsolete interfaces