Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/future/try_future/
Dmod.rs341 fn err_into<E>(self) -> ErrInto<Self, E> in err_into() method
/external/rust/crates/futures-util/src/sink/
Dmod.rs35 mod err_into; module
/external/rust/crates/futures-util/src/stream/try_stream/
Dmod.rs175 fn err_into<E>(self) -> ErrInto<Self, E> in err_into() method
/external/rust/crates/futures/tests/
Dsink.rs534 fn err_into() { in err_into() function