AsyncFlatMapSequence.Element
The type of element produced by this asynchronous sequence.
Declaration
typealias Element = SegmentOfResult.ElementDiscussion
The flat map sequence produces the type of element in the asynchronous sequence produced by the transform closure.