Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/regex/src/
Dre_bytes.rs998 struct CapturesDebug<'c, 't>(&'c Captures<'t>); struct
1000 impl<'c, 't> fmt::Debug for CapturesDebug<'c, 't> { implementation
Dre_unicode.rs1008 struct CapturesDebug<'c, 't>(&'c Captures<'t>); struct
1010 impl<'c, 't> fmt::Debug for CapturesDebug<'c, 't> { implementation