Expand description
Represents some exportable information that results from compiling some Sway source code.
Fields
root_nodes: Vec<AstNode>
The untyped AST nodes that constitute this tree’s root nodes.
span: Span
The span::Span of the entire tree.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseTree
impl Send for ParseTree
impl Sync for ParseTree
impl Unpin for ParseTree
impl UnwindSafe for ParseTree
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more