Home
last modified time | relevance | path

Searched defs:DebugList (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/core/src/fmt/
Dbuilders.rs564 pub struct DebugList<'a, 'b: 'a> { struct
568 pub(super) fn debug_list_new<'a, 'b>(fmt: &'a mut fmt::Formatter<'b>) -> DebugList<'a, 'b> { in debug_list_new() argument
573 impl<'a, 'b: 'a> DebugList<'a, 'b> { implementation
/third_party/rust/crates/log/src/kv/
Dsource.rs214 impl<'a, 'b: 'a, 'kvs> Visitor<'kvs> for fmt::DebugList<'a, 'b> { implementation