Trait rustc::util::ppaux::ReprUnstable [-] [+] [src]

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

Produces a string suitable for debugging output.

Required Methods

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

Implementors