Home
last modified time | relevance | path

Searched defs:with_result (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/winnow/src/combinator/debug/
Dinternals.rs118 pub(crate) fn with_result<T, E>(result: &Result<T, ErrMode<E>>) -> Self { in with_result() method
/external/rust/android-crates-io/crates/tokio/src/process/
Dmod.rs1578 fn with_result(result: Poll<Result<(), ()>>) -> Self { in with_result() method