Searched defs:RawFormatter (Results 1 – 1 of 1) sorted by relevance
735 pub(crate) struct RawFormatter { struct737 beg: usize,738 pos: usize,739 end: usize,742 impl RawFormatter { impl798 impl fmt::Write for RawFormatter { implementation