Trait problem::FailedToIter

source ·
pub trait FailedToIter<O, E>: Sized {
    fn or_failed_to(self, msg: impl ToString) -> ProblemIter<Self> ;
}
Expand description

Convert Iterator of Result<O, E> to iterator of O and panic on first E with problem message

Required Methods§

Implementors§