Enum ast_grep_core::matcher::RegexMatcherError
source · pub enum RegexMatcherError {
Regex(RegexError),
}
Variants§
Regex(RegexError)
Trait Implementations§
source§impl Debug for RegexMatcherError
impl Debug for RegexMatcherError
source§impl Display for RegexMatcherError
impl Display for RegexMatcherError
source§impl Error for RegexMatcherError
impl Error for RegexMatcherError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for RegexMatcherError
impl From<Error> for RegexMatcherError
source§fn from(source: RegexError) -> Self
fn from(source: RegexError) -> Self
Converts to this type from the input type.