Function higher_effect::io::put_str_ln

source ·
pub fn put_str_ln<'a, S: AsRef<str> + 'a>(s: S) -> IO<'a, (), Error>
Expand description

Print a string and a newline to the console.