Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs735 pub(crate) struct RawFormatter { struct
737 beg: usize,
738 pos: usize,
739 end: usize,
742 impl RawFormatter { impl
798 impl fmt::Write for RawFormatter { implementation