Struct futures::stream::CatchUnwind [−][src]
Stream for the catch_unwind
combinator.
This is created by the Stream::catch_unwind
method.
Trait Implementations
impl<St> Debug for CatchUnwind<St> where
St: Debug + Stream,
[src]
[+]
impl<St> Debug for CatchUnwind<St> where
St: Debug + Stream,
impl<St> Stream for CatchUnwind<St> where
St: UnwindSafe + Stream,
[src]
[+]
impl<St> Stream for CatchUnwind<St> where
St: UnwindSafe + Stream,
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,