[][src]Trait resiter::unwrap::UnwrapWithExt

pub trait UnwrapWithExt<I, O, E, F> where
    I: Iterator<Item = Result<O, E>>,
    F: FnMut(E) -> Option<O>, 
{ fn unwrap_with(self, _: F) -> UnwrapWith<I, O, E, F>; }

Required methods

Important traits for UnwrapWith<I, O, E, F>
fn unwrap_with(self, _: F) -> UnwrapWith<I, O, E, F>

Loading content...

Implementors

impl<I, O, E, F> UnwrapWithExt<I, O, E, F> for I where
    I: Iterator<Item = Result<O, E>>,
    F: FnMut(E) -> Option<O>, 
[src]

Loading content...