pub struct TreeSitterParser(/* private fields */);Expand description
AstParser backed by tree-sitter.
Implementations§
Trait Implementations§
Source§impl AstParser for TreeSitterParser
impl AstParser for TreeSitterParser
Auto Trait Implementations§
impl Freeze for TreeSitterParser
impl RefUnwindSafe for TreeSitterParser
impl Send for TreeSitterParser
impl Sync for TreeSitterParser
impl Unpin for TreeSitterParser
impl UnsafeUnpin for TreeSitterParser
impl UnwindSafe for TreeSitterParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more