Searched defs:DebugList (Results 1 – 2 of 2) sorted by relevance
564 pub struct DebugList<'a, 'b: 'a> { struct568 pub(super) fn debug_list_new<'a, 'b>(fmt: &'a mut fmt::Formatter<'b>) -> DebugList<'a, 'b> { in debug_list_new() argument573 impl<'a, 'b: 'a> DebugList<'a, 'b> { implementation
214 impl<'a, 'b: 'a, 'kvs> Visitor<'kvs> for fmt::DebugList<'a, 'b> { implementation