Trait resiter::errors::GetErrors

source ·
pub trait GetErrors<T, E>: Sized {
    fn errors(self) -> FilterMap<Self, fn(_: Result<T, E>) -> Option<E>>;
}
Expand description

Extension trait for Iterator<Item = Result<T, E>> to get all Es

Required Methods§

Implementors§