Type Alias regress::Matches

source ·
pub type Matches<'r, 't> = Matches<DefaultExecutor<'r, 't>>;
Expand description

An iterator type which yields Matches found in a string.

Aliased Type§

struct Matches<'r, 't> { /* private fields */ }