[][src]Macro ruspiro_console::println

macro_rules! println {
    () => { ... };
    ($($arg:tt)*) => { ... };
}

This macro works like the std::println! one