Trait rustc_typeck::hir::map::NodePrinter
[−]
[src]
pub trait NodePrinter { fn print_node(&mut self, node: &Node) -> Result<(), Error>; }
Unstable (
rustc_private
)Required Methods
fn print_node(&mut self, node: &Node) -> Result<(), Error>
Unstable (
rustc_private
)Implementors
impl<'a> NodePrinter for State<'a>