Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/fmt/
Dbuilders.rs694 pub struct DebugMap<'a, 'b: 'a> { struct
703 pub(super) fn debug_map_new<'a, 'b>(fmt: &'a mut fmt::Formatter<'b>) -> DebugMap<'a, 'b> { in debug_map_new() argument
708 impl<'a, 'b: 'a> DebugMap<'a, 'b> { implementation
/third_party/rust/crates/log/src/kv/
Dsource.rs207 impl<'a, 'b: 'a, 'kvs> Visitor<'kvs> for fmt::DebugMap<'a, 'b> { implementation