Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Descape.rs49 pub struct DebugHaystack<'a>(pub &'a [u8]); struct
51 impl<'a> core::fmt::Debug for DebugHaystack<'a> { implementation