pub fn print<'a, S: Display + 'a>(s: S) -> IO<'a, (), Error>
Print any value which implements Display to the console, followed by a newline.
Display