Trait tree_sitter_graph::DisplayWithContext[][src]

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

Trait to Display with a given Context

Required methods

Provided methods

Implementations on Foreign Types

Implementors