Instance Method
next()
Advances to the next section of the message.
mutating func next() async throws(MultipartParserError) -> MultipartSection<BackingSequence.Element>?
Return Value
The next section, or nil once the message is complete.
Discussion
Throws
MultipartParserError if the message is malformed, if it ends part-way through a part, or if the backing sequence itself throws.