Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs704 pub(crate) struct RawFormatter { struct
706 beg: usize,
707 pos: usize,
708 end: usize,
711 impl RawFormatter { implementation
767 impl fmt::Write for RawFormatter { implementation