Trait ObsCrashHandler

Source
pub trait ObsCrashHandler: Send {
    // Required method
    fn handle_crash(&self, message: String);
}

Required Methods§

Source

fn handle_crash(&self, message: String)

Implementors§