pub struct ConsoleCrashHandler { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for ConsoleCrashHandler
impl Default for ConsoleCrashHandler
Source§impl ObsCrashHandler for ConsoleCrashHandler
impl ObsCrashHandler for ConsoleCrashHandler
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 ConsoleCrashHandler
impl RefUnwindSafe for ConsoleCrashHandler
impl Send for ConsoleCrashHandler
impl Sync for ConsoleCrashHandler
impl Unpin for ConsoleCrashHandler
impl UnwindSafe for ConsoleCrashHandler
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