Trait syntax::ast_map::NodePrinterUnstable [-] [+] [src]

pub trait NodePrinter {
    fn print_node(&mut self, node: &Node) -> Result<()>;
}

Required Methods

fn print_node(&mut self, node: &Node) -> Result<()>

Implementors