Searched defs:OneLinePrinter (Results 1 – 2 of 2) sorted by relevance
207 struct OneLinePrinter<T>(T); in fmt() struct208 impl<T: Debug> Debug for OneLinePrinter<T> { in fmt() implementation
1742 struct OneLinePrinter<T>(T); in fmt() struct1743 impl<T: fmt::Debug> fmt::Debug for OneLinePrinter<T> { in fmt() implementation