Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dre_trait.rs58 pub struct SubCapturesPosIter<'c> { struct
63 impl<'c> Iterator for SubCapturesPosIter<'c> { implementation
88 impl<'c> ExactSizeIterator for SubCapturesPosIter<'c> {} implementation
90 impl<'c> FusedIterator for SubCapturesPosIter<'c> {} implementation