pub struct DialogCrashHandler { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for DialogCrashHandler
impl Default for DialogCrashHandler
Source§impl ObsCrashHandler for DialogCrashHandler
impl ObsCrashHandler for DialogCrashHandler
Source§fn handle_crash(&self, message: String)
fn handle_crash(&self, message: String)
Handles an OBS crash with the given message.
YOU MUST MAKE SURE that this function does the least amount of work possible!
Auto Trait Implementations§
impl Freeze for DialogCrashHandler
impl RefUnwindSafe for DialogCrashHandler
impl Send for DialogCrashHandler
impl Sync for DialogCrashHandler
impl Unpin for DialogCrashHandler
impl UnwindSafe for DialogCrashHandler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more