Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
Dstr.rs714 pub(crate) struct RawFormatter { struct
716 beg: usize,
717 pos: usize,
718 end: usize,
721 impl RawFormatter { impl
777 impl fmt::Write for RawFormatter { implementation