pub fn terrorsnpln(
s: &str,
info: &dyn TextDisplay,
) -> Result<(), Error<'static>>
Expand description
Outputs a message &str and a newline to the terminal without a prefix.
pub fn terrorsnpln(
s: &str,
info: &dyn TextDisplay,
) -> Result<(), Error<'static>>
Outputs a message &str and a newline to the terminal without a prefix.