Searched defs:RawFormatter (Results 1 – 1 of 1) sorted by relevance
704 pub(crate) struct RawFormatter { struct706 beg: usize,707 pos: usize,708 end: usize,711 impl RawFormatter { implementation767 impl fmt::Write for RawFormatter { implementation