Struct Tree
tree_sitter
pub struct Tree(_, _);
impl Tree
pub fn root_node(&self) -> Node
pub fn edit(&mut self, edit: &InputEdit)
pub fn walk(&self) -> TreeCursor
impl Drop for Tree
fn drop(&mut self)
Executes the destructor for this type. Read more
impl Clone for Tree
fn clone(&self) -> Tree
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl !Send for Tree
impl !Sync for Tree