Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dcatch_unwind.rs20 impl<St: Stream + UnwindSafe> CatchUnwind<St> { implementation
28 impl<St: Stream + UnwindSafe> Stream for CatchUnwind<St> { implementation
58 impl<St: FusedStream + UnwindSafe> FusedStream for CatchUnwind<St> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/future/
Dcatch_unwind.rs20 impl<Fut> CatchUnwind<Fut> impl
29 impl<Fut> Future for CatchUnwind<Fut> implementation