Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs540 pub struct RawFormatter { struct
542 beg: usize,
543 pos: usize,
544 end: usize,
547 impl RawFormatter { implementation
603 impl fmt::Write for RawFormatter { implementation