MCPcopy Create free account
hub / github.com/Glyphack/enderpy / fmt

Method fmt

parser/src/ast.rs:26–28  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

24
25impl fmt::Display for Node {
26 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
27 write!(f, "({}, {})", self.start, self.end)
28 }
29}
30
31impl Node {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected