Searched defs:FormatWrapped (Results 1 – 2 of 2) sorted by relevance
14 struct FormatWrapped<'a, D: 'a> { in serialize() struct15 inner: &'a D, in serialize()18 impl<D: fmt::Debug> fmt::Display for FormatWrapped<'_, D> { in serialize() implementation
2405 struct FormatWrapped<'a, D: 'a> { in serialize() struct2406 inner: &'a D, in serialize()2409 impl<D: fmt::Debug> fmt::Display for FormatWrapped<'_, D> { in serialize() implementation