Searched defs:RawFormatter (Results 1 – 1 of 1) sorted by relevance
714 pub(crate) struct RawFormatter { struct716 beg: usize,717 pos: usize,718 end: usize,721 impl RawFormatter { impl777 impl fmt::Write for RawFormatter { implementation