[][src]Macro runtime_fmt::rt_println

macro_rules! rt_println {
    ($($rest:tt)*) => { ... };
}

Print to standard output with a runtime format string and trailing newline.

Returns a Result<(), Error>. Panics if writing to stdout fails. See the module-level docs for more information.