Home
last modified time | relevance | path

Searched defs:map_err (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/futures/tests/
Deager_drop.rs31 fn map_err() { in map_err() function
/external/rust/crates/futures-util/src/future/try_future/
Dmod.rs308 fn map_err<E, F>(self, f: F) -> MapErr<Self, F> in map_err() method
/external/rust/crates/fallible-iterator/src/
Dtest.rs220 fn map_err() { in map_err() function
Dlib.rs958 fn map_err<B, F>(self, f: F) -> MapErr<Self, F> in map_err() method
/external/rust/crates/futures/tests_disabled/
Dstream.rs55 fn map_err() { in map_err() function
/external/rust/crates/futures-util/src/sink/
Dmod.rs38 mod map_err; module
/external/rust/crates/futures-util/src/stream/try_stream/
Dmod.rs225 fn map_err<E, F>(self, f: F) -> MapErr<Self, F> in map_err() method
/external/rust/crates/fallible-streaming-iterator/src/
Dlib.rs197 fn map_err<F, B>(self, f: F) -> MapErr<Self, F> in map_err() method
/external/rust/crates/combine/src/
Derror.rs1001 pub fn map_err<F, E2>(self, f: F) -> ParseResult<T, F::Output> in map_err() method