Publishers.AssertNoFailure
A publisher that raises a fatal error upon receiving any failure, and otherwise republishes all received input.
Declaration
struct AssertNoFailure<Upstream> where Upstream : PublisherOverview
Use this function for internal integrity checks that are active during testing but don’t affect performance of shipping code.