Trait ethcore_io::ForwardPanic [] [src]

pub trait ForwardPanic {
    fn forward_from<S>(&self, child: &S) where S: MayPanic;
}

Forwards panics from child

Required Methods

Attach on_panic listener to child and rethrow all panics

Implementors