[][src]Function proptest::string::bytes_regex_parsed

pub fn bytes_regex_parsed(
    expr: &Hir
) -> Result<RegexGeneratorStrategy<Vec<u8>>, Error>

Like bytes_regex(), but allows providing a pre-parsed expression.