AsyncDropFirstSequence.Failure
The type of errors produced by this asynchronous sequence.
Declaration
typealias Failure = Base.FailureDiscussion
The drop-first sequence produces whatever type of error its base sequence produces.
The type of errors produced by this asynchronous sequence.
typealias Failure = Base.FailureThe drop-first sequence produces whatever type of error its base sequence produces.