MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / deref

Method deref

crates/sith_python_parser/src/error.rs:18–20  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

16 type Target = ParseErrorType;
17
18 fn deref(&self) -> &Self::Target {
19 &self.error
20 }
21}
22
23impl std::error::Error for ParseError {

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected