next

    Advances the iterator to the next element and returns it asynchronously.

    HTTPBody.swift:562
    mutating func next() async throws -> Element?

    Returns

    The next element in the sequence, or nil if there are no more elements.

    Throws

    An error if there is an issue advancing the iterator or retrieving the next element.

    Other members in extension

    Typealiases