macro_rules! erasing_println {
($me:ident) => { ... };
($me:ident, $($arg:tt)*) => { ... };
}
Expand description
This macro can be used in modify calls to add lines to stdout without interrupting the CLIDisplayManager
macro_rules! erasing_println {
($me:ident) => { ... };
($me:ident, $($arg:tt)*) => { ... };
}
This macro can be used in modify calls to add lines to stdout without interrupting the CLIDisplayManager