erasing_println

Macro erasing_println 

Source
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