Skip to main content

CaptureMatches

Type Alias CaptureMatches 

Source
pub type CaptureMatches<'r, 'h> = FindIter<'r, 'h>;
Expand description

Iterator that yields Match objects with full capture state (an alias of FindIter in this implementation, since matches always carry captures).

Aliased Typeยง

pub struct CaptureMatches<'r, 'h> { /* private fields */ }