Macro origin_studio::eprintln
source · macro_rules! eprintln { () => { ... }; ($format:expr) => { ... }; ($format:expr, $($args:tt)*) => { ... }; }
Expand description
Prints to the standard error< with a newline.
macro_rules! eprintln { () => { ... }; ($format:expr) => { ... }; ($format:expr, $($args:tt)*) => { ... }; }
Prints to the standard error< with a newline.