pub type Path = Node<PathData>;
Expand description
Type alias for Node<PathData>
.
Aliased Type§
struct Path {
pub content: PathData,
pub span: Option<NodeSpan>,
}
Fields§
§content: PathData
Contents of this syntax node
span: Option<NodeSpan>
Span in the input this node was parsed from