Struct oxidize::matchers::regex::MatchesRegex [] [src]

pub struct MatchesRegex<'a>(pub &'a str);

Trait Implementations

impl<'a> Matcher<&'a str> for MatchesRegex<'a>
[src]

impl<'a> Matcher<String> for MatchesRegex<'a>
[src]