Searched defs:MapOkFn (Results 1 – 1 of 1) sorted by relevance
179 pub struct MapOkFn<F>(F); struct181 impl<F, T, E> FnOnce1<Result<T, E>> for MapOkFn<F> implementation190 impl<F, T, E> FnMut1<Result<T, E>> for MapOkFn<F> implementation198 impl<F, T, E> Fn1<Result<T, E>> for MapOkFn<F> implementation