Searched defs:ReprDisplay (Results 1 – 1 of 1) sorted by relevance
165 pub struct ReprDisplay<'a, 'b>(&'a Name<'b>); struct167 impl<'a, 'b: 'a> fmt::Display for ReprDisplay<'a, 'b> { implementation