Searched defs:CatchUnwind (Results 1 – 2 of 2) sorted by relevance
19 impl<St: Stream + UnwindSafe> CatchUnwind<St> { implementation27 impl<St: Stream + UnwindSafe> Stream for CatchUnwind<St> { implementation62 impl<St: FusedStream + UnwindSafe> FusedStream for CatchUnwind<St> { implementation
19 impl<Fut> CatchUnwind<Fut> where Fut: Future + UnwindSafe { impl25 impl<Fut> Future for CatchUnwind<Fut> implementation