Function safe_regex_compiler::impl_regex[][src]

pub fn impl_regex(stream: TokenStream) -> Result<TokenStream, String>

Implements the regex! macro.

Errors

Returns Err(String) with a human-readable description of the problem.