MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / Writer

Class Writer

euralios_std/src/debug.rs:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2use core::fmt;
3
4struct Writer {}
5
6impl fmt::Write for Writer {
7 fn write_str(&mut self, s: &str) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected