Home
last modified time | relevance | path

Searched defs:catch_unwind (Results 1 – 3 of 3) sorted by relevance

/external/rust/cxx/src/
Dunwind.rs5 pub fn catch_unwind<F, R>(label: &'static str, foreign_call: F) -> R in catch_unwind() function
/external/rust/crates/futures-util/src/future/future/
Dmod.rs98 mod catch_unwind; module
431 fn catch_unwind(self) -> CatchUnwind<Self> in catch_unwind() method
/external/rust/crates/futures-util/src/stream/stream/
Dmod.rs203 mod catch_unwind; module
1100 fn catch_unwind(self) -> CatchUnwind<Self> in catch_unwind() method