Home
last modified time | relevance | path

Searched defs:RawFormatter (Results 1 – 1 of 1) sorted by relevance

/rust/kernel/
Dstr.rs661 pub(crate) struct RawFormatter { struct
663 beg: usize,
664 pos: usize,
665 end: usize,
668 impl RawFormatter { impl
724 impl fmt::Write for RawFormatter { implementation