Struct tree_sitter::Tree [] [src]

pub struct Tree(_);

Methods

impl Tree
[src]

[src]

[src]

[src]

Trait Implementations

impl Send for Tree
[src]

impl Debug for Tree
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for Tree
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for Tree
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Sync for Tree