Function proptest::string::bytes_regex_parsed
source ยท pub fn bytes_regex_parsed(
expr: &Hir,
) -> Result<RegexGeneratorStrategy<Vec<u8>>, Error>
Expand description
Like bytes_regex()
, but allows providing a pre-parsed expression.