Struct futures_util::stream::CatchUnwind [−][src]
Stream for the catch_unwind
combinator.
This is created by the Stream::catch_unwind
method.
Trait Implementations
impl<St: Debug + Stream> Debug for CatchUnwind<St>
[src]
[+]
impl<St: Debug + Stream> Debug for CatchUnwind<St>
impl<St: Stream + UnwindSafe> Stream for CatchUnwind<St>
[src]
[+]
impl<St: Stream + UnwindSafe> Stream for CatchUnwind<St>
Auto Trait Implementations
impl<St> Send for CatchUnwind<St> where
St: Send,
impl<St> Send for CatchUnwind<St> where
St: Send,
impl<St> Sync for CatchUnwind<St> where
St: Sync,
impl<St> Sync for CatchUnwind<St> where
St: Sync,