Trait ethcore_io::ForwardPanic
[−]
[src]
pub trait ForwardPanic {
fn forward_from<S>(&self, child: &S) where S: MayPanic;
}
Forwards panics from child
Required Methods
fn forward_from<S>(&self, child: &S) where S: MayPanic
Attach on_panic
listener to child
and rethrow all panics
Implementors
impl ForwardPanic for Arc<PanicHandler>