[][src]Type Definition regress::AsciiMatches

type AsciiMatches<'r, 't> = Matches<DefaultAsciiExecutor<'r, 't>>;

An iterator type which yields Matches found in a string, supporting ASCII only.