Searched defs:RawFormatter (Results 1 – 1 of 1) sorted by relevance
522 pub struct RawFormatter { struct524 beg: usize,525 pos: usize,526 end: usize,529 impl RawFormatter { implementation585 impl fmt::Write for RawFormatter { implementation