Skip to main content

errdev

Function errdev 

Source
pub fn errdev(op: &str, value: &str) -> String
Available on non-crate feature lock only.
Expand description

Retrieve or set the name of the current output device for error messages.

op is "SET" to install value, or "GET" to read the current one back; the current value is returned either way.