Trait tree_sitter::Utf16Input [] [src]

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

Required Methods

Implementors