MCPcopy Create free account
hub / github.com/Ruddle/Fomos / write_str

Method write_str

bootloader/kernel/src/serial.rs:19–22  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

17
18impl fmt::Write for SerialPort {
19 fn write_str(&mut self, s: &str) -> fmt::Result {
20 self.port.write_str(s).unwrap();
21 Ok(())
22 }
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected