Struct pomelo_parse::SyntaxTree
source · Expand description
Output of the parsing stage.
Holds a [rowan::GreenNode
] representing the root of the tree,
and any errors encountered during parsing.
Fields§
§node: GreenNode
§errors: Vec<Error>
Implementations§
source§impl SyntaxTree
impl SyntaxTree
Trait Implementations§
source§impl Clone for SyntaxTree
impl Clone for SyntaxTree
source§fn clone(&self) -> SyntaxTree
fn clone(&self) -> SyntaxTree
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more