Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs522 pub struct RawFormatter { struct
524 beg: usize,
525 pos: usize,
526 end: usize,
529 impl RawFormatter { impl
585 impl fmt::Write for RawFormatter { implementation