pub struct Printer;Expand description
The printer that is used by the print! and println! macros.
Implementations§
Source§impl Printer
impl Printer
Sourcepub fn write_bytes(bytes: &[u8])
pub fn write_bytes(bytes: &[u8])
Writes a byte slice to the configured output.