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

Interface GetNode

parser/src/ast.rs:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45pub trait GetNode {
46 fn get_node(&self) -> Node;
47}
48
49impl From<Node> for SourceSpan {
50 fn from(val: Node) -> Self {

Callers

nothing calls this directly

Implementers 1

ast.rsparser/src/ast.rs

Calls

no outgoing calls

Tested by

no test coverage detected