Contents

AsyncThrowingFlatMapSequence.Element

The type of element produced by this asynchronous sequence.

Declaration

typealias Element = SegmentOfResult.Element

Discussion

The flat map sequence produces the type of element in the asynchronous sequence produced by the transform closure.