Searched defs:DebugPrintTable (Results 1 – 1 of 1) sorted by relevance
509 struct DebugPrintTable<'a, 'b>(pub &'b (dyn SomeTable<'a> + 'a)); struct557 impl<'a, 'b> std::fmt::Debug for DebugPrintTable<'a, 'b> { implementation