Type Alias 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 */ }