Module regex_syntax::error [−][src]
Structs
Formatter |
A helper type for formatting nice error messages. |
Spans |
This type represents an arbitrary number of error spans in a way that makes it convenient to notate the regex pattern. ("Notate" means "point out exactly where the error occurred in the regex pattern.") |
Enums
Error |
This error type encompasses any error that can be returned by this crate. |
Functions
repeat_char |
Type Definitions
Result |
A type alias for dealing with errors returned by this crate. |