Home
last modified time | relevance | path

Searched defs:err_into (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/futures-util/src/future/try_future/
Dmod.rs341 fn err_into<E>(self) -> ErrInto<Self, E> in err_into() method
/external/rust/android-crates-io/crates/futures-util/src/sink/
Dmod.rs35 mod err_into; module
/external/rust/android-crates-io/crates/futures/tests/
Dsink.rs534 fn err_into() { in err_into() function
/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dmod.rs198 fn err_into<E>(self) -> ErrInto<Self, E> in err_into() method
/external/rust/android-crates-io/crates/winnow/src/
Dparser.rs807 fn err_into<E2>(self) -> impls::ErrInto<Self, I, O, E, E2> in err_into() method