Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/
Dre_unicode.rs1082 pub struct SubCaptureMatches<'c, 't> { struct
1087 impl<'c, 't> Iterator for SubCaptureMatches<'c, 't> { argument
1105 impl<'c, 't> ExactSizeIterator for SubCaptureMatches<'c, 't> {} implementation
1107 impl<'c, 't> FusedIterator for SubCaptureMatches<'c, 't> {} implementation
Dre_bytes.rs1087 pub struct SubCaptureMatches<'c, 't> { struct
1092 impl<'c, 't> Iterator for SubCaptureMatches<'c, 't> { argument
1102 impl<'c, 't> FusedIterator for SubCaptureMatches<'c, 't> {} implementation