Function crash_handler::write_stderr
source · [−]pub fn write_stderr(s: &'static str)Expand description
Writes the specified string directly to stderr.
This is safe to be called from within a compromised context.
pub fn write_stderr(s: &'static str)Writes the specified string directly to stderr.
This is safe to be called from within a compromised context.