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.
pub fn impl_regex(stream: TokenStream) -> Result<TokenStream, String>Implements the regex! macro.
Returns Err(String) with a human-readable description of the problem.