[][src]Function ruspiro_console::print

pub fn print(s: &str)

The base printing function hidden behind the print! and println! macro. This function fowards all calls to the generic console which puts the string to the assigned output channel.