Skip to main content

safe_println

Function safe_println 

Source
pub fn safe_println(content: &str) -> Result<(), String>
Expand description

Safe println function that handles broken pipe errors gracefully