Function puts_dbg

Source
pub fn puts_dbg<T: Debug>(debug_msg: &T)
Available on crate feature std only.
Expand description

=> println!("{debug_msg:?}");

To print debug information to stderr, use eputs_dbg rather than puts_dbg.