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

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

Required Methods

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

Implementors