Trait ExceptionHandlerDelegate

Source
pub trait ExceptionHandlerDelegate {
    // Provided methods
    fn did_write_minidump(&self, working_path: String, minidump_id: String) { ... }
    fn get_working_path(&self) -> String { ... }
    fn should_write_minidump(&self) -> bool { ... }
}

Provided Methods§

Source

fn did_write_minidump(&self, working_path: String, minidump_id: String)

Source

fn get_working_path(&self) -> String

Source

fn should_write_minidump(&self) -> bool

Implementors§