Searched defs:with_result (Results 1 – 2 of 2) sorted by relevance
118 pub(crate) fn with_result<T, E>(result: &Result<T, ErrMode<E>>) -> Self { in with_result() method
1578 fn with_result(result: Poll<Result<(), ()>>) -> Self { in with_result() method