Trait tree_sitter::TextProvider[][src]

pub trait TextProvider<'a> {
    type I: Iterator<Item = &'a [u8]> + 'a;
    fn text(&mut self, node: Node<'_>) -> Self::I;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors