Function higher_effect::io::print

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

Print any value which implements Display to the console, followed by a newline.