libobs_
wrapper
3.0.2
ObsCrash
Handler
Required Methods
handle_crash
Implementors
In libobs_
wrapper::
crash_
handler
libobs_wrapper
::
crash_handler
Trait
ObsCrashHandler
Copy item path
Source
pub trait ObsCrashHandler:
Send
{ // Required method fn
handle_crash
(&self, message:
String
); }
Required Methods
§
Source
fn
handle_crash
(&self, message:
String
)
Implementors
§
Source
§
impl
ObsCrashHandler
for
DialogCrashHandler
Source
§
impl
ObsCrashHandler
for
ConsoleCrashHandler