Searched defs:RawFormatter (Results 1 – 1 of 1) sorted by relevance
661 pub(crate) struct RawFormatter { struct663 beg: usize,664 pos: usize,665 end: usize,668 impl RawFormatter { impl724 impl fmt::Write for RawFormatter { implementation