Searched defs:SubCaptureMatches (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/regex/src/ |
D | re_unicode.rs | 1082 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
|
D | re_bytes.rs | 1087 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
|