Contents

AsyncPrefixSequence.Failure

The type of the error that can be produced by the sequence.

Declaration

typealias Failure = Base.Failure

Discussion

The prefix sequence produces whatever type of error its base sequence does.