MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / Declaration

Class Declaration

crates/hll-to-ir/src/ast.rs:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31impl std::ops::Deref for Path {
32 type Target = str;
33
34 fn deref(&self) -> &Self::Target {
35 &self.canonical
36 }
37}
38
39impl std::borrow::Borrow<str> for Path {
40 fn borrow(&self) -> &str {
41 &self.canonical

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected