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

Method from

regex/regex-syntax/src/error.rs:31–33  ·  view source on GitHub ↗
(err: ast::Error)

Source from the content-addressed store, hash-verified

29
30impl From<ast::Error> for Error {
31 fn from(err: ast::Error) -> Error {
32 Error::Parse(err)
33 }
34}
35
36impl From<hir::Error> for Error {

Callers

nothing calls this directly

Calls 4

auxiliary_spanMethod · 0.80
patternMethod · 0.45
kindMethod · 0.45
spanMethod · 0.45

Tested by

no test coverage detected