Trait ethcore_io::OnPanicListener [] [src]

pub trait OnPanicListener: Send + Sync + 'static {
    fn call(&mut self, arg: &str);
}

Thread-safe closure for handling possible panics

Required Methods

Invoke listener

Implementors