Searched defs:FormatWrapped (Results 1 – 2 of 2) sorted by relevance
16 struct FormatWrapped<'a, D: 'a> { in serialize() struct17 inner: &'a D, in serialize()20 impl<'a, D: fmt::Debug> fmt::Display for FormatWrapped<'a, D> { in serialize() implementation
2407 struct FormatWrapped<'a, D: 'a> { in serialize() struct2408 inner: &'a D, in serialize()2411 impl<'a, D: fmt::Debug> fmt::Display for FormatWrapped<'a, D> { in serialize() implementation