Function safe_regex_compiler::impl_regex

source ·
pub fn impl_regex(stream: TokenStream) -> Result<TokenStream, String>
Expand description

Implements the regex! macro.

§Errors

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