Searched defs:DebugSet (Results 1 – 2 of 2) sorted by relevance
434 pub struct DebugSet<'a, 'b: 'a> { struct438 pub(super) fn debug_set_new<'a, 'b>(fmt: &'a mut fmt::Formatter<'b>) -> DebugSet<'a, 'b> { in debug_set_new() argument443 impl<'a, 'b: 'a> DebugSet<'a, 'b> { impl
221 impl<'a, 'b: 'a, 'kvs> Visitor<'kvs> for fmt::DebugSet<'a, 'b> { implementation