Macro console_web::println
source · macro_rules! println {
($($args:tt)*) => { ... };
}Expand description
This macro works the same as the println! from the standard library.
macro_rules! println {
($($args:tt)*) => { ... };
}This macro works the same as the println! from the standard library.