Trait rustc::util::ppaux::Repr[src]

pub trait Repr {
    fn repr(&self, tcx: &ctxt) -> String;
}

Produces a string suitable for debugging output.

Required Methods

fn repr(&self, tcx: &ctxt) -> String

Implementors