Searched defs:RawFormatter (Results 1 – 1 of 1) sorted by relevance
668 pub(crate) struct RawFormatter { struct670 beg: usize,671 pos: usize,672 end: usize,675 impl RawFormatter { implementation731 impl fmt::Write for RawFormatter { implementation