Trait tree_sitter::Utf8Input [] [src]

pub trait Utf8Input {
    fn read(&mut self) -> &[u8];
fn seek(&mut self, _: u32, _: Point); }

Required Methods

Implementors