Function eputs

Source
pub fn eputs<T: Display>(msg: &T)
Available on crate feature std only.
Expand description

=> eprintln!("{msg}");