Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dtraversal.rs512 struct DebugPrintArray<'a, 'b>(pub &'b (dyn SomeArray<'a> + 'a)); struct
583 impl<'a, 'b> std::fmt::Debug for DebugPrintArray<'a, 'b> { implementation