Searched defs:UnwrapOrElseFn (Results 1 – 1 of 1) sorted by relevance
312 pub struct UnwrapOrElseFn<F>(F); struct314 impl<F, T, E> FnOnce1<Result<T, E>> for UnwrapOrElseFn<F> implementation323 impl<F, T, E> FnMut1<Result<T, E>> for UnwrapOrElseFn<F> implementation331 impl<F, T, E> Fn1<Result<T, E>> for UnwrapOrElseFn<F> implementation