Trait webrender_api::CrashAnnotator
source · pub trait CrashAnnotator: Send {
// Required methods
fn set(&self, annotation: CrashAnnotation, value: &CStr);
fn clear(&self, annotation: CrashAnnotation);
fn box_clone(&self) -> Box<dyn CrashAnnotator>;
}
Expand description
Handler to expose support for annotating crash reports.