Struct tree_sitter::Tree
[−]
[src]
pub struct Tree(_);
Methods
impl Tree
[src]
pub fn root_node(&self) -> Node
[src]
pub fn edit(&mut self, edit: &InputEdit)
[src]
pub fn walk(&self) -> TreeCursor
[src]
Trait Implementations
impl Send for Tree
[src]
impl Debug for Tree
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more