Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dquery.rs176 struct MapPrinter<'a, K, V>(Cell<Option<Box<dyn Iterator<Item = (K, V)> + 'a>>>); in fmt() struct
177 impl<'a, K, V> MapPrinter<'a, K, V> { in fmt() impl
182 impl<'a, K: Debug, V: Debug> Debug for MapPrinter<'a, K, V> { in fmt() implementation