Searched defs:CaptureMatches (Results  1 – 3 of 3) sorted by relevance
| /external/rust/crates/regex/src/ | 
| D | re_trait.rs | 235 pub struct CaptureMatches<'t, R>(Matches<'t, R>)  struct240 impl<'t, R> CaptureMatches<'t, R>  impl
 256 impl<'t, R> Iterator for CaptureMatches<'t, R>  implementation
 289 impl<'t, R> FusedIterator for CaptureMatches<'t, R>  implementation
 
 | 
| D | re_bytes.rs | 716 pub struct CaptureMatches<'r, 't>(  struct720 impl<'r, 't> Iterator for CaptureMatches<'r, 't> {  implementation
 732 impl<'r, 't> FusedIterator for CaptureMatches<'r, 't> {}  implementation
 
 | 
| D | re_unicode.rs | 1117 pub struct CaptureMatches<'r, 't>(  struct1121 impl<'r, 't> Iterator for CaptureMatches<'r, 't> {  implementation
 1133 impl<'r, 't> FusedIterator for CaptureMatches<'r, 't> {}  implementation
 
 |