Trait resiter::oks::GetOks

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

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

Required Methods§

Implementors§