pub fn flush()Expand description
This flushes the buffered string.
Use this after you use print! macro.
This uses std::io::stdout().flush method.
This panics if flush method returns an error.
pub fn flush()This flushes the buffered string.
Use this after you use print! macro.
This uses std::io::stdout().flush method.
This panics if flush method returns an error.