Expand description
Console input and output.
Statics§
- CONSOLE_
LOCK - Lock for console operations to prevent mixed output from concurrent execution
Traits§
- Console
If - Console input and output interface.
Functions§
- read_
bytes - Reads bytes from the console into the given mutable slice.
- write_
bytes - Writes given bytes to the console.