Trait tree_sitter_graph::graph::DisplayWithGraph[][src]

pub trait DisplayWithGraph where
    Self: Sized
{ fn fmt<'tree>(&self, f: &mut Formatter<'_>, graph: &Graph<'tree>) -> Result; fn display_with<'a, 'tree>(
        &'a self,
        graph: &'a Graph<'tree>
    ) -> Box<dyn Display + 'a> { ... } }
Expand description

Trait to Display with a given Context

Required methods

Provided methods

Implementors