Macro runtime_fmt::rt_print [] [src]

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

Print to standard output with a runtime format string.

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