MCPcopy Create free account
hub / github.com/davidblewett/rure-python / kind

Method kind

regex/regex-syntax/src/ast/mod.rs:45–47  ·  view source on GitHub ↗

Return the type of this error.

(&self)

Source from the content-addressed store, hash-verified

43impl Error {
44 /// Return the type of this error.
45 pub fn kind(&self) -> &ErrorKind {
46 &self.kind
47 }
48
49 /// The original pattern string in which this error occurred.
50 ///

Callers 3

alternation_literalsFunction · 0.45
cMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected