Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/stream/stream/
Dcatch_unwind.rs19 impl<St: Stream + UnwindSafe> CatchUnwind<St> { implementation
27 impl<St: Stream + UnwindSafe> Stream for CatchUnwind<St> { implementation
62 impl<St: FusedStream + UnwindSafe> FusedStream for CatchUnwind<St> { implementation
/external/rust/crates/futures-util/src/future/future/
Dcatch_unwind.rs19 impl<Fut> CatchUnwind<Fut> where Fut: Future + UnwindSafe { impl
25 impl<Fut> Future for CatchUnwind<Fut> implementation