Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/fmt/
Dbuilders.rs434 pub struct DebugSet<'a, 'b: 'a> { struct
438 pub(super) fn debug_set_new<'a, 'b>(fmt: &'a mut fmt::Formatter<'b>) -> DebugSet<'a, 'b> { in debug_set_new() argument
443 impl<'a, 'b: 'a> DebugSet<'a, 'b> { impl
/third_party/rust/crates/log/src/kv/
Dsource.rs221 impl<'a, 'b: 'a, 'kvs> Visitor<'kvs> for fmt::DebugSet<'a, 'b> { implementation